Skip to content

Commit

Permalink
update mlflow train command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Guillaumin authored and raehik committed Jun 27, 2023
1 parent 4791175 commit 51481ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Training is achieved by running trainScript.py. This scripts accepts a range of
which runs this script as an MLFLOW project.

```
mlflow run [email protected]:Zanna-ResearchTeam/subgrid.git --experiment-name new_models -e train --no-conda -P exp_id=19 -P run_id=afab43b4a6274e29822181c4fdaaf925 -P learning_rate=0/5e-4/15/5e-5/30/5e-6 -P n_epochs=200 -P weight_decay=0.00 -P train_split=0.8 \
mlflow run . --experiment-name train -e train --env_manager=local -P exp_id=<data_experiment_id> -P run_id=<data_run_id> -P learning_rate=0/5e-4/15/5e-5/30/5e-6 -P n_epochs=200 -P weight_decay=0.00 -P train_split=0.8 \
-P test_split=0.85 -P model_module_name=models.models1 -P model_cls_name=FullyCNN -P batchsize=4 -P transformation_cls_name=SoftPlusTransform -P submodel=transform3 -P loss_cls_name=HeteroskedasticGaussianLossV2
```

Expand Down

0 comments on commit 51481ee

Please sign in to comment.