Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +3 -0
t5s/cli.py
CHANGED
|
@@ -41,6 +41,9 @@ parser_start.add_argument(
|
|
| 41 |
)
|
| 42 |
parser_start.add_argument(
|
| 43 |
"-e", "--epochs", default=5, help="Enter the number of epochs"
|
|
|
|
|
|
|
|
|
|
| 44 |
parser_dirs = command_subparser.add_parser(
|
| 45 |
"dirs",
|
| 46 |
help="Create directories that are ignored by git but required for " "the project",
|
|
|
|
| 41 |
)
|
| 42 |
parser_start.add_argument(
|
| 43 |
"-e", "--epochs", default=5, help="Enter the number of epochs"
|
| 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",
|