Skip to content

Catalyst 19.06.3

Compare
Choose a tag to compare
@Scitator Scitator released this 17 Jun 09:55
· 922 commits to master since this release
edb1e1a

Catalyst 19.06 -> 19.06.3

Overall

  • docker fix #216
  • global lib refactoring #223

DL

  • DataParallel for fp16 apex #213
  • cpu tracing support #217
  • config dump fix #221
  • batch2device fix #214
  • IterationCheckpointCallback & batch-size fix #228
  • fp16 flag fix #227

RL

  • Max length removal #211
  • RL refactoring #212
  • training seeds update #220
  • Multi-headed Value functions support #198

Breaking changes

  • UtilsFactory replaced with from catalyst.dl import utils
  • LossCallback replaced with CriterionCallback