Skip to content

2.1.0

Compare
Choose a tag to compare
@deci-services deci-services released this 19 Jul 15:08
· 933 commits to master since this release
39a5bb2
  • YoloX architectures.
  • SSDLite Mobilenet V2 COCO recipe
  • QAT support with Nvidia's pytorch-quantization (optional dependency).
  • COCO mAP calculation support in DDP (torch metric object, supports "crowd" labels).
  • Pre_prediction_callback- support for input and targets manipulation right before forward pass + multiscaling pre_prediction_callbacks that work out of the box in DDP (classification and Object detection).
  • Training stage switch callback to support multi-stage training.