Catalyst 21.08
[21.08] - 2021-08-31
Added
- RecSys loss functions:
AdaptiveHingeLoss
,BPRLoss
,HingeLoss
,LogisticLoss
,RocStarLoss
,WARPLoss
(#1269, #1282) - object detection examples (#1271)
- SklearnModelCallback (#1261)
- Barlow Twins example (#1261)
- TPU/XLA support (#1275)
- with updated example
- native
sync_bn
support for all available engines (#1275)- Torch, AMP, Apex, FairScale
Changed
- Registry moved to
hydra-slayer
(#1264)) - (#1275)
- batch metrics sync removed from ddp-runs to speedup training process
AccumulationMetric
renamed toAccumulativeMetric
- moved from
catalyst.metrics._metric
tocatalyst.metrics._accumulative
accululative_fields
renamed tokeys
- moved from
Removed
Fixed
- PeriodicLoaderCallback docsting (#1279)
- matplotlib issue (#1272)
- sample counter for the loader (#1285)
Contributors ❤️
@bagxi @Casyfill @ditwoo @Nimrais @penguinflys @sergunya17 @zkid18