dbiir / UER-py

Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
https://github.com/dbiir/UER-py/wiki
Apache License 2.0
3.01k stars 525 forks source link

argument typo in opts.py #309

Closed Creative-Ataraxia closed 2 years ago

Creative-Ataraxia commented 2 years ago

mismatched argument name: --log_level and --log_file_level with python/Lib/logging/init.py, should be 'NOTSET', not 'NOSET' action: all occurrences changed from 'NOSET' to 'NOTSET'