This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
v0.4.0
New Features
- Release EfficientNet model implementation (#475)
- Add support to convert any
PyTorch
model to aClassyModel
with the ability to attach heads to it (#461) - Squeeze and Excitation support for
ResNe(X)t
andDenseNet
models (#426, #427) - Made
ClassyHook
s registrable (#401) and configurable (#402) - Migrated to
TorchElastic v0.2.0
(#464) - Add
SyncBatchNorm
support (#423) - Implement
mixup
train augmentation (#469) - Support
LARC
for SGD optimizer (#408) - Added convenience wrappers for
Iterable
datasets (#455) Tensorboard
improvements- Invalid (
NaN
/Inf
) loss detection - Revamped logging (#478)
- Add
bn_weight_decay
configuration option forResNe(X)t
models - Support specifying
update_interval
to Parameter Schedulers (#418)
Breaking changes
ClassificationTask
API improvement andtrain_step
,eval_step
simplification- Rename
lr
tovalue
in parameter schedulers (#417)