-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug
- There is an command error in evaluation/README.md:
python evaluate.py --config_path <your_config.yaml>
config_path should be corrected as config_file
- There is an logging problem in
evaluation/evaluate.py, when run aspython evalutation.py, no log will be printed in terminal.
The problem is in _setup_logging function, which define a config to root logger other than logger object. By the way, _setup_deterministic_seeds() is called before _setup_logging() in __init__(), which will miss one logging message
To Reproduce
Just run python evaluate.py --config_path <your_config.yaml>
Repository version
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working