moabitcoin / ig65m-pytorch

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

Run integration tests on Travis #20

Closed daniel-j-h closed 5 years ago

daniel-j-h commented 5 years ago

We should run

on Travis on either dummy input or cached weights and videos to make sure the tools work.

The changeset here is a first step in this direction. WIP.

daniel-j-h commented 5 years ago

Working for a single model right now; add all of them!

Next: hook up extract and semcode tools.

daniel-j-h commented 5 years ago

Tools hooked up; caching pkl blobs so we don't have to download them on every commit.