Version 0.8.1¶
v0.8.1 is a bug fix release.
As always, only load previously trained models using the same version of AutoGluon that they were originally trained on. Loading models trained in different versions of AutoGluon is not supported.
See the full commit change-log here: https://github.com/autogluon/autogluon/compare/v0.8.0…v0.8.1
This version supports Python versions 3.8, 3.9, and 3.10.
Changes¶
Documentation improvements¶
Bug Fixes / General Improvements¶
Move PyMuPDF to optional @Innixma @zhiqiangdon (#3331)
Update persist_models max_memory 0.1 -> 0.4 @Innixma (#3338)
Remove fairscale @zhiqiangdon (#3342)
Fix
DirectTabular
model failing for some metrics; hide warnings produced byAutoARIMA
@shchur (#3350)Reduce per gpu batch size for AutoMM high_quality_hpo to avoid out of memory error for some corner cases @zhiqiangdon (#3360)
Fix HPO crash by setting reuse_actor to False @yinweisu (#3361)