PyYAML yaml.load(input) Deprecation
koji opened this issue · 0 comments
koji commented
configs/faster/default_configs.py 181 shows warning
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
probably need to modify like below
exp_config = edict(yaml.load(f, Loader=yaml.FullLoader))