We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9406f commit 1d01cd3Copy full SHA for 1d01cd3
train.py
@@ -110,7 +110,7 @@ def get_parser():
110
parser.add_argument("--model", type=str, default='None',
111
help="choose model.")
112
parser.add_argument("--num-workers", type=int, default=8,
113
- help="choose the number of recurrence.")
+ help="choose the number of workers.")
114
parser.add_argument("--ft", type=bool, default=False,
115
help="fine-tune the model with large input size.")
116
0 commit comments