Skip to content

Commit 8c5af79

Browse files
author
Erik
authored
Typo Fix
1 parent aa1678b commit 8c5af79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎trainval_net.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def parse_args():
6161
help='directory to save models', default="models",
6262
type=str)
6363
parser.add_argument('--nw', dest='num_workers',
64-
help='number of worker to load data',
64+
help='number of workers to load data',
6565
default=0, type=int)
6666
parser.add_argument('--cuda', dest='cuda',
6767
help='whether use CUDA',
@@ -76,7 +76,7 @@ def parse_args():
7676
help='batch_size',
7777
default=1, type=int)
7878
parser.add_argument('--cag', dest='class_agnostic',
79-
help='whether perform class_agnostic bbox regression',
79+
help='whether to perform class_agnostic bbox regression',
8080
action='store_true')
8181

8282
# config optimization

0 commit comments

Comments
 (0)