Skip to content

Commit

Permalink
Updated doc and metrics config key definition to provide only the nam…
Browse files Browse the repository at this point in the history
…e of the trained model config
  • Loading branch information
jeipollack committed Nov 9, 2023
1 parent 69dafac commit d36a8bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/metrics_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metrics:
# Metrics-only run: Specify model_params for a pre-trained model else leave blank if running training + metrics
# Specify path to Parent Directory of Trained Model
trained_model_path: </path/to/parent/directory/of/trained/model>
# Path to Trained Model Config file inside /trained_model_path/ parent directory
# Name of the Trained Model Config file inside /trained_model_path/ parent directory
trained_model_config: </path/to/trained/model/config/file>
#Evaluate the monchromatic RMSE metric.
eval_mono_metric_rmse: True
Expand Down
4 changes: 2 additions & 2 deletions docs/source/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ metrics:
# Metrics-only run: Specify model_params for a pre-trained model else leave blank if running training + metrics
# Specify path to Parent Directory of Trained Model
trained_model_path: /path/to/wf-outputs-202310161536
# Path to Trained Model Config file inside /trained_model_path/ parent directory
trained_model_config: config/training_config.yaml
# Name of Trained Model Config file inside /trained_model_path/ parent directory
trained_model_config: training_config.yaml
```
The results of the metrics evaluation will be saved in the new output directory created at runtime (not in the pretrained model directory created previously).

Expand Down

0 comments on commit d36a8bd

Please sign in to comment.