Skip to content

Commit

Permalink
Merge pull request open-mmlab#204 from yaochaorui/ycr/slurm
Browse files Browse the repository at this point in the history
Avoid address in use error.
  • Loading branch information
innerlee authored Feb 23, 2021
2 parents adb97ba + 1c9485c commit 761e217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/slurm_train.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
export MASTER_PORT=$((12000 + $RANDOM % 20000))


set -x

Expand Down

0 comments on commit 761e217

Please sign in to comment.