Skip to content

Commit 1d01cd3

Browse files
authored
Update train.py
1 parent 6a9406f commit 1d01cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_parser():
110110
parser.add_argument("--model", type=str, default='None',
111111
help="choose model.")
112112
parser.add_argument("--num-workers", type=int, default=8,
113-
help="choose the number of recurrence.")
113+
help="choose the number of workers.")
114114
parser.add_argument("--ft", type=bool, default=False,
115115
help="fine-tune the model with large input size.")
116116

0 commit comments

Comments
 (0)