Skip to content

Commit 494b916

Browse files
committed
docs: update for diff opt methods.
1 parent beeb97d commit 494b916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Since in training, we save all hyper-parameters and model checkpoints, the only
246246
python eval.py checkpoint=/home/kin/seflow_best.ckpt data_mode=val
247247

248248
# (optimization-based): it might need take really long time, maybe tmux for run it.
249-
python eval.py model=nsfp
249+
python eval.py model=nsfp +master_port=12344 # change diff port if you want to have multiple runners.
250250

251251
# it will output the av2_submit.zip or av2_submit_v2.zip for you to submit to leaderboard
252252
python eval.py checkpoint=/home/kin/seflow_best.ckpt data_mode=test leaderboard_version=1

0 commit comments

Comments
 (0)