This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
v0.5.0
lauragustafson
released this
20 Nov 16:42
·
1 commit
to classy_vision-0.5.0
since this release
New Features
- Release Vision Transformers model implementation, with recipes(#646)
- Implemented gradient clipping (#643)
- Implemented gradient accumulation (#644)
- Added support for AdamW (#636)
- Added Precise batch norm hook (#592)
- Added support for adaptive pooling in
fully_convolutional_linear_head
(#602) - Added support for sync batch norm group size (#534)
- Added a CSV Hook to manually inspect model predictions
- Added a ClassyModel tutorial (#485)
- Migrated to Hydra 1.0 (#536)
- Migrated off of tensorboardX (#488)