DeepWok / mase

Machine-Learning Accelerator System Exploration Tools
Other
117 stars 52 forks source link

CLI Transform Command not working #13

Closed bet20ICL closed 8 months ago

bet20ICL commented 8 months ago

To replicate:

Train a small network ./ch train jsc-tiny jsc --max-epochs 1

Quantise it ./ch transform jsc-tiny jsc --config configs/archive/test/integer.toml --load {YOUR_CKPT_DIR} --load-type -pl

PR #12 addresses some of the issues and explains the current error output

jianyicheng commented 8 months ago

Fixed by https://github.com/DeepWok/mase/pull/15