Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +1 -0
t5s/cli.py
CHANGED
@@ -165,6 +165,7 @@ def start(arguments):
|
|
165 |
dicts.update(newdct)
|
166 |
dicts.update(data_params)
|
167 |
print("Final parameters for the run are: {}".format(dicts))
|
|
|
168 |
|
169 |
|
170 |
def parse_args(args):
|
|
|
165 |
dicts.update(newdct)
|
166 |
dicts.update(data_params)
|
167 |
print("Final parameters for the run are: {}".format(dicts))
|
168 |
+
pprint.pprint("Final parameters for the run are: {}".format(dicts))
|
169 |
|
170 |
|
171 |
def parse_args(args):
|