Spaces:
Runtime error
Runtime error
Add project info to logs
Browse files- run_evaluation_jobs.py +1 -0
run_evaluation_jobs.py
CHANGED
|
@@ -38,6 +38,7 @@ def main():
|
|
| 38 |
token=HF_TOKEN,
|
| 39 |
domain=AUTOTRAIN_BACKEND_API,
|
| 40 |
).json()
|
|
|
|
| 41 |
# Only start evaluation for projects with completed data processing (status=3)
|
| 42 |
if project_info["status"] == 3 and project_info["training_status"] == "not_started":
|
| 43 |
train_job_resp = http_post(
|
|
|
|
| 38 |
token=HF_TOKEN,
|
| 39 |
domain=AUTOTRAIN_BACKEND_API,
|
| 40 |
).json()
|
| 41 |
+
print(project_info)
|
| 42 |
# Only start evaluation for projects with completed data processing (status=3)
|
| 43 |
if project_info["status"] == 3 and project_info["training_status"] == "not_started":
|
| 44 |
train_job_resp = http_post(
|