mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-10 20:39:53 +02:00
4bd72e528ad9938e131908c5a67920666fcdcae1
1. 支持训练完成后自动恢复best ckpt,方便在不同测试集上进行测试
2. build_optimizer/build_lr_scheduler改为成员函数,方便重载(如模型分层lr)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10348255
Introduction
ModelScope library is targeted to support training, evaluation and inference for the state of the art models provided by Mind and further support third-party models provided by users outside alibaba.
Design doc
Please refer to alidoc link
Development doc
Please refer to develop.md
ChangeLog
- 20/05/2022 First release version
Refer to change_log.md for more details
Description
Languages
Python
98.7%
Cuda
0.8%
C++
0.4%