Graph Machine Learning
AnemoI
English
anaprietonem commited on
Commit
981668e
·
verified ·
1 Parent(s): a6418cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -158,7 +158,7 @@ anemoi-training train --config-name=config_pretraining.yaml
158
  ```
159
 
160
  Now, you can fine-tune your model for rollout using the `run_id` of your previous run,
161
- Note - this run_id refers to the experiment tracker run_id. To reproduce the training recipe, we recommend you use Mlflow as your experiment tracker.
162
  For more details, please refer to https://anemoi.readthedocs.io/projects/training/en/latest/user-guide/training.html#restarting-a-training-run
163
 
164
  ```
 
158
  ```
159
 
160
  Now, you can fine-tune your model for rollout using the `run_id` of your previous run,
161
+ Note - this run_id refers to the run_id and you can find it looking at the checkpoint folder path.
162
  For more details, please refer to https://anemoi.readthedocs.io/projects/training/en/latest/user-guide/training.html#restarting-a-training-run
163
 
164
  ```