Closed daniel-j-h closed 5 years ago
Adds PyTorch Hub integration
https://pytorch.org/docs/stable/hub.html
Once this lands users can simply say:
import torch model = torch.hub.load("moabitcoin/ig65m-pytorch", "r2plus1d_34_32_ig65m", num_classes=359, pretrained=True)
Ran into https://github.com/pytorch/pytorch/issues/27844 on the way; but works on our end now.
Adds PyTorch Hub integration
https://pytorch.org/docs/stable/hub.html
Once this lands users can simply say:
Ran into https://github.com/pytorch/pytorch/issues/27844 on the way; but works on our end now.