We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac9758 commit b9afd6cCopy full SHA for b9afd6c
1 file changed
ml4h/recipes.py
@@ -1371,13 +1371,4 @@ def _tsne_wrapper(
1371
1372
if __name__ == '__main__':
1373
arguments = parse_args()
1374
-
1375
- # Set the mlflow_experiment if the arguments is provided
1376
- # If there is no mlflow_experiment_name, MLflow will use the default experiment or the previously set experiment for logging.
1377
- if arguments.mlflow_experiment_name:
1378
- mlflow.set_experiment(arguments.mlflow_experiment_name)
1379
- mlflow.start_run()
1380
- mlflow.tensorflow.autolog()
1381
1382
run(arguments) # back to the top
1383
0 commit comments