Skip to content

Commit

Permalink
fix module docstring to correct script name
Browse files Browse the repository at this point in the history
  • Loading branch information
simongraham committed Dec 18, 2020
1 parent 4c39ec4 commit 9d86b99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_train.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""trainer.py
"""run_train.py
Main HoVer-Net training script.
Usage:
trainer.py [--gpu=<id>] [--view=<dset>]
trainer.py (-h | --help)
trainer.py --version
run_train.py [--gpu=<id>] [--view=<dset>]
run_train.py (-h | --help)
run_train.py --version
Options:
-h --help Show this string.
Expand Down

0 comments on commit 9d86b99

Please sign in to comment.