Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
454d547
1
Parent(s):
cd8bafc
There is still a timelimit of 90 seconds so we do have to limit the number of iterations. Otherwise the process could abort before it is done.
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def get_script_args_info(exclude_args=None):
|
|
151 |
{
|
152 |
"name": "--iterations",
|
153 |
"type": "number",
|
154 |
-
"default":
|
155 |
"help": "Number of optimization iterations",
|
156 |
},
|
157 |
{
|
|
|
151 |
{
|
152 |
"name": "--iterations",
|
153 |
"type": "number",
|
154 |
+
"default": 1000,
|
155 |
"help": "Number of optimization iterations",
|
156 |
},
|
157 |
{
|