Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def start_train():
|
|
31 |
print(f"Attempting to benchmark model {model} on task {task}.")
|
32 |
# Create the name of the directory for output.
|
33 |
now = time.time()
|
34 |
-
run_dir = f"
|
35 |
os.system(f"./entrypoint.sh {REPO_ID} {model} {task} {hardware} {run_dir}")
|
36 |
# Uploads all run output to the results dataset.
|
37 |
print(f"Uploading {run_dir} to {RESULTS_DSET}")
|
|
|
31 |
print(f"Attempting to benchmark model {model} on task {task}.")
|
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 {REPO_ID} {model} {task} {hardware} {run_dir}")
|
36 |
# Uploads all run output to the results dataset.
|
37 |
print(f"Uploading {run_dir} to {RESULTS_DSET}")
|