PatrickHua / SimSiam

A pytorch implementation for paper 'Exploring Simple Siamese Representation Learning'
MIT License
814 stars 135 forks source link

Implemented ucf101 dataset #33

Closed joshnroy closed 3 years ago

joshnroy commented 3 years ago

Notably, this skips the "making the dataloader efficient" stage and just loads it all directly into ram. You need a computer with lots of memory to cache all the data :)"

joshnroy commented 3 years ago

accidentally merged to the wrong branch