There was an error while loading. Please reload this page.
2 parents aa1678b + 8c5af79 commit f59d6a7Copy full SHA for f59d6a7
trainval_net.py
@@ -61,7 +61,7 @@ def parse_args():
61
help='directory to save models', default="models",
62
type=str)
63
parser.add_argument('--nw', dest='num_workers',
64
- help='number of worker to load data',
+ help='number of workers to load data',
65
default=0, type=int)
66
parser.add_argument('--cuda', dest='cuda',
67
help='whether use CUDA',
@@ -76,7 +76,7 @@ def parse_args():
76
help='batch_size',
77
default=1, type=int)
78
parser.add_argument('--cag', dest='class_agnostic',
79
- help='whether perform class_agnostic bbox regression',
+ help='whether to perform class_agnostic bbox regression',
80
action='store_true')
81
82
# config optimization
0 commit comments