Skip to content

Commit ed8fb81

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Update experiment name.
1 parent b1ff676 commit ed8fb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generative-proof-of-concept-CPU-preprocessing-in-memory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
print(answer.stdout)
1313

1414

15-
EXPERIMENT_ITERATION = "0002"
15+
EXPERIMENT_ITERATION = "0001"
1616

1717
N_TRIALS = 30
1818

1919

2020
mlflow.set_tracking_uri(uri=f"http://127.0.0.1:{MLFLOW_PORT}")
2121

22-
mlflow.set_experiment(f"single-worker-femto-scale-tuning-200-samples-{EXPERIMENT_ITERATION}-a")
22+
mlflow.set_experiment(f"single-worker-femto-scale-tuning-50-samples-{EXPERIMENT_ITERATION}-a")
2323

2424

2525

0 commit comments

Comments
 (0)