Skip to content

Commit

Permalink
log which models will be used
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 15, 2024
1 parent 37b61f0 commit 930a9f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pvnet_app/model_configs/pydantic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def get_all_models(
log.info("Not using OCF Data Sampler, using ocf_datapipes")
models.models = [model for model in models.models if not model.uses_ocf_data_sampler]

log.info(f"Got the following models: {[(model.name, model.uses_ocf_data_sampler) for model in models.models]}")

return models.models


Expand Down

0 comments on commit 930a9f2

Please sign in to comment.