Additional Support for Videos, Minor Bug Fixes, and Documentation Updates
Additional Video Formats
The `LightlyDataset` now works with `.mpg`, `.hevc`, `.m4v`, `.webm`, and `.mpeg` videos.
Bug Fixes
- Replaced the `squeeze` operation with `flatten` in the model forward passes. Thanks guarin for noticing and for the fix!
- Made `lightly` compatible with `pytorch-lightning>=1.3.0`.
Documentation Updates
- The `lightly-magic` command is finally featured in the docs. Thanks pranavsinghps1!
- Big update on the docker docs.
Models
- [Bootstrap your own latent: A new approach to self-supervised Learning, 2020](https://arxiv.org/abs/2006.07733)
- [Barlow Twins: Self-Supervised Learning via Redundancy Reduction, 2021](https://arxiv.org/abs/2103.03230)
- [SimSiam: Exploring Simple Siamese Representation Learning, 2020](https://arxiv.org/abs/2011.10566)
- [MoCo: Momentum Contrast for Unsupervised Visual Representation Learning, 2019](https://arxiv.org/abs/1911.05722)
- [SimCLR: A Simple Framework for Contrastive Learning of Visual Representations, 2020](https://arxiv.org/abs/2002.05709)