Skip to content

Commit

Permalink
Update dist_trainval.sh
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
DarthThomas authored Jun 2, 2021
1 parent 6c50f7b commit 2a366b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dist_trainval.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if (($# < 2)); then
echo "Uasage: bash tools/trainval.sh config_file gpus"
echo "Uasage: bash tools/dist_trainval.sh config_file gpus"
exit 1
fi
CONFIG="$1"
Expand Down

0 comments on commit 2a366b7

Please sign in to comment.