You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If specify --load-model will only run test(), if specify --model-path=A,
the saved model will be renamed to A.
Example:
python main.py --save-model --model-path=mnist_cnn.pt
python main.py --load-model=mnist_cnn.pt
Signed-off-by: Rong Tao <[email protected]>
0 commit comments