Skip to content

Commit d31eafa

Browse files
authored
Upload video models (#1208)
1 parent 18577d0 commit d31eafa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

torchvision/models/video/resnet.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
__all__ = ['r3d_18', 'mc3_18', 'r2plus1d_18']
88

99
model_urls = {
10-
'resnet18': 'https://download.pytorch.org/models/',
11-
'resnet34': 'https://download.pytorch.org/models/',
10+
'r3d_18': 'https://download.pytorch.org/models/r3d_18-b3b3357e.pth',
11+
'mc3_18': 'https://download.pytorch.org/models/mc3_18-a90a0ba3.pth',
12+
'r2plus1d_18': 'https://download.pytorch.org/models/r2plus1d_18-91a641e6.pth',
1213
}
1314

1415

0 commit comments

Comments
 (0)