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 as python 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
0d8357f
Bug
config_pathshould be corrected asconfig_fileevaluation/evaluate.py, when run aspython evalutation.py, no log will be printed in terminal.The problem is in
_setup_loggingfunction, 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 messageTo Reproduce
Just run
python evaluate.py --config_path <your_config.yaml>Repository version
0d8357f