- License made more permissive! The license for the code has been changed to Apache 2.0. The license for the model remains as CC BY-NC 4.0, though (nothing we can do about that).
- Added support to save and load models to the huggingface hub, if huggingface_hub is installed.
- Most Hiera models have been uploaded to HuggingFace.
- Released the full model zoo.
- Added MAE functionality to the video models.
- Added the ability to specify multiple pretrained checkpoints per architecture (specify with
checkpoint=<ckpt_name>
). - Added the ability to pass
strict=False
to a pretrained model so that you can use a different number of classes. Note: when changing the number of classes, the head layer will be reset. - Released all in1k finetuned models.
- Initial Release.