Graph Machine Learning
AnemoI
English
anaprietonem commited on
Commit
484da5d
·
verified ·
1 Parent(s): bb44967

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -162,6 +162,8 @@ anemoi-training train --config-name=config_pretraining.yaml
162
  ```
163
 
164
  Now, you can fine-tune your model for rollout using the `run_id` of your previous run,
 
 
165
 
166
  ```
167
  export PRETRAINING_RUN_ID=???????
@@ -278,13 +280,14 @@ suffix indicates verification against IFS NWP analyses (an) or radiosonde and SY
278
  shown are anomaly correlation (ccaf), SEEPS (seeps, for precipitation), RMSE (rmsef) and standard deviation of
279
  forecast anomaly (sdaf, see text for more explanation).
280
 
281
- Additional evaluation analysis including tropycal cyclone performance or comparison against other popular data-driven models can be found in AIFS preprint (https://arxiv.org/pdf/2406.01465v1) section 4.
282
 
283
  # Known limitations
284
  - This version of AIFS shares certain limitations with some of the other data-driven weather forecast models that are trained with a weighted MSE loss, such as blurring of the forecast fields at longer lead times.
285
  - AIFS exhibits reduced forecast skill in the stratosphere forecast owing to the linear loss scaling with height
286
  - AIFS currently provides reduced intensity of some high-impact systems such as tropical cyclones.
287
 
 
 
288
  ## Technical Specifications
289
 
290
  ### Hardware
 
162
  ```
163
 
164
  Now, you can fine-tune your model for rollout using the `run_id` of your previous run,
165
+ 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.
166
+ For more details, please refer to https://anemoi.readthedocs.io/projects/training/en/latest/user-guide/training.html#restarting-a-training-run
167
 
168
  ```
169
  export PRETRAINING_RUN_ID=???????
 
280
  shown are anomaly correlation (ccaf), SEEPS (seeps, for precipitation), RMSE (rmsef) and standard deviation of
281
  forecast anomaly (sdaf, see text for more explanation).
282
 
 
283
 
284
  # Known limitations
285
  - This version of AIFS shares certain limitations with some of the other data-driven weather forecast models that are trained with a weighted MSE loss, such as blurring of the forecast fields at longer lead times.
286
  - AIFS exhibits reduced forecast skill in the stratosphere forecast owing to the linear loss scaling with height
287
  - AIFS currently provides reduced intensity of some high-impact systems such as tropical cyclones.
288
 
289
+ Please refer to https://confluence.ecmwf.int/display/FCST/Known+AIFS+Forecasting+Issues for further details
290
+
291
  ## Technical Specifications
292
 
293
  ### Hardware