moabitcoin / ig65m-pytorch

PyTorch 3D video classification models pre-trained on 65 million Instagram videos
MIT License
265 stars 30 forks source link

Look into PyTorch Hub integration #4

Closed daniel-j-h closed 4 years ago

daniel-j-h commented 4 years ago

Make downloading and using the model and weights easier.

Right now users have to copy our model architecture function, download the weights from our Github releases, and then load them into the model - all manually.

It should be easy and convenient to get started.