Skip to content

Commit 35f5a34

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Corrected the experiment name in the metadata.
1 parent a24553a commit 35f5a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

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

26-
mlflow.set_experiment(f"{BASE_EXPERIMENT_NAME}--{SAMPLES_N}--{EXPERIMENT_SCALE}--{EXPERIMENT_ITERATION}-a")
26+
mlflow.set_experiment(f"{BASE_EXPERIMENT_NAME}--{SAMPLES_N}-samples--{EXPERIMENT_SCALE}--{EXPERIMENT_ITERATION}-a")
2727

2828

2929

0 commit comments

Comments
 (0)