reserved arguments¶
In NSML, when using the commands to regenerate a session (nsml fork, nsml submit, nsml infer), the entry file should have three options:
--mode TEXTIt is used to distinguish whether incoming command is nsml infer or nsml submit.
- nsml submit
It is set to --mode test.
--pause INTEGERSet to 1 when loading model.
--iteration TEXTSet to checkpoint when commanding nsml fork. If checkpoint option is not given, the model of the last wall time is obtained.