Unverified Commit d31eafa9 authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

Upload video models (#1208)

parent 18577d02
......@@ -7,8 +7,9 @@ from ..utils import load_state_dict_from_url
__all__ = ['r3d_18', 'mc3_18', 'r2plus1d_18']
model_urls = {
'resnet18': 'https://download.pytorch.org/models/',
'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',
'r2plus1d_18': 'https://download.pytorch.org/models/r2plus1d_18-91a641e6.pth',
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment