版本 0.8.2¶
v0.8.2 是一个热修复版本,用于锁定 pydantic
版本,以避免在 HPO 期间崩溃
一如既往,只能使用训练模型时所用的 AutoGluon 版本加载之前训练好的模型。不支持加载在不同 AutoGluon 版本中训练的模型。
查看完整的提交更改日志:https://github.com/autogluon/autogluon/compare/v0.8.1…v0.8.2
此版本支持 Python 3.8、3.9 和 3.10 版本。
变更¶
codespell: action, config + 修复了一些拼写错误 @yarikoptic @yinweisu (#3323)
取消锁定 sentencepiece @zhiqiangdon (#3368)
锁定 pydantic @yinweisu (3370)