Open gianmarcoaversanoenx opened 2 years ago
Hi you change load to safeload config = edict(yaml.safeload(open(config_file, 'r')))
Hello thanks for replying.
Yes, I could find a patch. I just wanted to point out that the source code should be updated with a correction.
Best, Gianmarco
For future references: use config = edict(yaml.safe_load(open(config_file, 'r')))
:)
Running on Google Colab:
so far so good. Then:
I got