Skip to content

Commit

Permalink
Merge pull request #468 from EMCP/patch-2
Browse files Browse the repository at this point in the history
Typo Fix
  • Loading branch information
jwyang authored Mar 9, 2019
2 parents aa1678b + 8c5af79 commit f59d6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trainval_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def parse_args():
help='directory to save models', default="models",
type=str)
parser.add_argument('--nw', dest='num_workers',
help='number of worker to load data',
help='number of workers to load data',
default=0, type=int)
parser.add_argument('--cuda', dest='cuda',
help='whether use CUDA',
Expand All @@ -76,7 +76,7 @@ def parse_args():
help='batch_size',
default=1, type=int)
parser.add_argument('--cag', dest='class_agnostic',
help='whether perform class_agnostic bbox regression',
help='whether to perform class_agnostic bbox regression',
action='store_true')

# config optimization
Expand Down

0 comments on commit f59d6a7

Please sign in to comment.