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 TEXT
It is used to distinguish whether incoming command is nsml infer or nsml submit.
- nsml submit
It is set to --mode test.
--pause INTEGER
Set to 1 when loading model.
--iteration TEXT
Set to checkpoint when commanding nsml fork. If checkpoint option is not given, the model of the last wall time is obtained.