Skip to content

Commit

Permalink
Update docs/source/configuration.md fix bad word choice
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Farrens <[email protected]>
  • Loading branch information
jeipollack and sfarrens authored Oct 31, 2023
1 parent 3690526 commit 78cd2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ training:
```
The key `id_name` is used to apply an identifier to the run. The next parameter `data_config` stores the name of the [data_configuration](data_config) file, which will be parsed by WaveDiff to retrieve the training and test data sets to be used during `training`. The `metrics_config` key is used to trigger the `metrics` pipeline task after the completion of training. Provide the filename for the [metrics configuration file](metrics_config) which contains the metrics configuration parameters. This will prompt WaveDiff to launch the `metrics` evaluation of the trained model. If the field is left empty, WaveDiff will run only the `training` pipeline task.
The key `model_params` defines the model parameters for the type of PSF model to be trained. The identifier of the type of PSF model to be trained is stored in `model_name`. While the several models options are listed in the key description, for now only the `poly` model is implemented.
The key `model_params` defines the model parameters for the type of PSF model to be trained. The identifier of the type of PSF model to be trained is stored in `model_name`. While the model options are listed in the key description, for now only the `poly` model is implemented.

Training hyperparameters are defined within the parent key: `training_hparams` such as learning rates, the number of epochs and number of multi-cycles, etc. These parameters can modified by the user. To save the weights and models of all training cycles, set [save_all_cycles](https://github.com/CosmoStat/wf-psf/blob/425cee776808eb230674103bdb317991dc0922b6/config/training_config.yaml#L105) to `True`.

Expand Down

0 comments on commit 78cd2ae

Please sign in to comment.