Skip to content

Commit a6a7817

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Syntax
1 parent 995ae94 commit a6a7817

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
@@ -654,7 +654,7 @@ def objective(trial: optuna.Trial) -> float:
654654
# Log the metric to MlFLow
655655
mlflow.log_metric("phase-i-a-perplexity", phase_i_a_result, step=trial.number)
656656

657-
"""### Testing the best model found"""
657+
"""### Testing the best model found"""
658658

659659
MODEL_FILE_NAME = "cerebros-foundation-model.keras"
660660

0 commit comments

Comments
 (0)