Skip to content

Commit

Permalink
Fix eval.py to use parameters/eval.params
Browse files Browse the repository at this point in the history
Does not migrate eval.py away from Hydra yet.
  • Loading branch information
spigo900 committed Jul 30, 2020
1 parent 78edd4b commit f9fdddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai2/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


# If script is executed by itself, load in the configuration yaml file and desired checkpoint model
@hydra.main(config_path="config/eval.yaml")
@hydra.main(config_path="parameters/eval.params")
def main(config: omegaconf.Config):
config = omegaconf.OmegaConf.to_container(config)
logger.info(config)
Expand Down

0 comments on commit f9fdddb

Please sign in to comment.