Skip to content

Commit

Permalink
Fix help message for data split
Browse files Browse the repository at this point in the history
  • Loading branch information
samadejacobs authored Apr 28, 2023
1 parent f4ad1d5 commit 7c003fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def parse_args():
type=str,
default='6,2,2',
help=
'Comma-separated list of proportions for training phase 1, 2, and 3 data. For example the split `2,4,4` '
'Comma-separated list of proportions for training phase 1, 2, and 3 data. For example the split `6,2,2` '
'will use 60% of data for phase 1, 20% for phase 2 and 20% for phase 3.'
)
parser.add_argument(
Expand Down

0 comments on commit 7c003fc

Please sign in to comment.