Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +3 -0
t5s/cli.py
CHANGED
@@ -44,6 +44,9 @@ parser_start.add_argument(
|
|
44 |
)
|
45 |
parser_start.add_argument(
|
46 |
"-lr", "--learning-rate", default=0.0001, help="Enter the number of epochs"
|
|
|
|
|
|
|
47 |
parser_dirs = command_subparser.add_parser(
|
48 |
"dirs",
|
49 |
help="Create directories that are ignored by git but required for " "the project",
|
|
|
44 |
)
|
45 |
parser_start.add_argument(
|
46 |
"-lr", "--learning-rate", default=0.0001, help="Enter the number of epochs"
|
47 |
+
)
|
48 |
+
parser_start.add_argument(
|
49 |
+
"-b", "--batch-size", default=2, help="Enter the number of batches"
|
50 |
parser_dirs = command_subparser.add_parser(
|
51 |
"dirs",
|
52 |
help="Create directories that are ignored by git but required for " "the project",
|