Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-11-17 | 1.2 kB | |
v0.5.0 source code.tar.gz | 2020-11-17 | 1.3 MB | |
v0.5.0 source code.zip | 2020-11-17 | 1.5 MB | |
Totals: 3 Items | 2.8 MB | 0 |
New Features
- Release Vision Transformers model implementation, with [recipes](https://github.com/facebookresearch/ClassyVision/tree/master/examples/vit)(#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)
Breaking Changes
ClassyOptimizer
API improvements- added
OptionsView
to retrieve options from the optimizerparam_group
- added
- Removed
ClassyModel.evaluation_mode
(#521) - Removed
ImageNetDataset
, now a subset ofImagePathDataset
(#494) - Renamed
is_master
tois_primary
indistributed_util
(#576)