So far, it's onnx model is in a tmp folder and will be removed after execution. For users that need onnx model, it will be more convenient to add an option to save it to a specified path.
Types of changes
[x] Non-breaking change (fix or new feature that would not break existing functionality).
[ ] Breaking change (fix or new feature that would cause existing functionality to change).
Fixes # .
Description
So far, it's onnx model is in a tmp folder and will be removed after execution. For users that need onnx model, it will be more convenient to add an option to save it to a specified path.
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.