We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18577d0 commit d31eafaCopy full SHA for d31eafa
torchvision/models/video/resnet.py
@@ -7,8 +7,9 @@
7
__all__ = ['r3d_18', 'mc3_18', 'r2plus1d_18']
8
9
model_urls = {
10
- 'resnet18': 'https://download.pytorch.org/models/',
11
- 'resnet34': 'https://download.pytorch.org/models/',
+ 'r3d_18': 'https://download.pytorch.org/models/r3d_18-b3b3357e.pth',
+ 'mc3_18': 'https://download.pytorch.org/models/mc3_18-a90a0ba3.pth',
12
+ 'r2plus1d_18': 'https://download.pytorch.org/models/r2plus1d_18-91a641e6.pth',
13
}
14
15
0 commit comments