Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
035d99f1
Unverified
Commit
035d99f1
authored
Jan 12, 2023
by
Aditya Oke
Committed by
GitHub
Jan 12, 2023
Browse files
Add video models to torchhub (#7083)
parent
934ce3b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
hubconf.py
hubconf.py
+11
-0
No files found.
hubconf.py
View file @
035d99f1
...
@@ -71,4 +71,15 @@ from torchvision.models.shufflenetv2 import (
...
@@ -71,4 +71,15 @@ from torchvision.models.shufflenetv2 import (
from
torchvision.models.squeezenet
import
squeezenet1_0
,
squeezenet1_1
from
torchvision.models.squeezenet
import
squeezenet1_0
,
squeezenet1_1
from
torchvision.models.swin_transformer
import
swin_b
,
swin_s
,
swin_t
,
swin_v2_b
,
swin_v2_s
,
swin_v2_t
from
torchvision.models.swin_transformer
import
swin_b
,
swin_s
,
swin_t
,
swin_v2_b
,
swin_v2_s
,
swin_v2_t
from
torchvision.models.vgg
import
vgg11
,
vgg11_bn
,
vgg13
,
vgg13_bn
,
vgg16
,
vgg16_bn
,
vgg19
,
vgg19_bn
from
torchvision.models.vgg
import
vgg11
,
vgg11_bn
,
vgg13
,
vgg13_bn
,
vgg16
,
vgg16_bn
,
vgg19
,
vgg19_bn
from
torchvision.models.video
import
(
mc3_18
,
mvit_v1_b
,
mvit_v2_s
,
r2plus1d_18
,
r3d_18
,
s3d
,
swin3d_b
,
swin3d_s
,
swin3d_t
,
)
from
torchvision.models.vision_transformer
import
vit_b_16
,
vit_b_32
,
vit_h_14
,
vit_l_16
,
vit_l_32
from
torchvision.models.vision_transformer
import
vit_b_16
,
vit_b_32
,
vit_h_14
,
vit_l_16
,
vit_l_32
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment