mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 04:29:22 +01:00
* add constant * add logger module * add registry and builder module * add fileio module * add requirements and setup.cfg * add config module and tests * add citest script Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8718998
6 lines
96 B
YAML
6 lines
96 B
YAML
model_dir: path/to/model
|
|
lr: 0.01
|
|
optimizer: Adam
|
|
weight_decay: 1e-6
|
|
save_checkpoint_epochs: 20
|