Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def start_train():
|
|
32 |
# Create the name of the directory for output.
|
33 |
now = time.time()
|
34 |
run_dir = f"runs/{task}/{model}/{now}"
|
35 |
-
os.system(f"./entrypoint.sh {
|
36 |
# Uploads all run output to the results dataset.
|
37 |
os.system(f"echo 'Uploading {run_dir} to {RESULTS_DSET}'")
|
38 |
try:
|
|
|
32 |
# Create the name of the directory for output.
|
33 |
now = time.time()
|
34 |
run_dir = f"runs/{task}/{model}/{now}"
|
35 |
+
os.system(f"./entrypoint.sh {model} {task} {hardware} {run_dir}")
|
36 |
# Uploads all run output to the results dataset.
|
37 |
os.system(f"echo 'Uploading {run_dir} to {RESULTS_DSET}'")
|
38 |
try:
|