VITA-Group / EnlightenGAN

[IEEE TIP] "EnlightenGAN: Deep Light Enhancement without Paired Supervision" by Yifan Jiang, Xinyu Gong, Ding Liu, Yu Cheng, Chen Fang, Xiaohui Shen, Jianchao Yang, Pan Zhou, Zhangyang Wang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: load() missing 1 required positional argument: 'Loader'

takuyaliu opened this issue · comments

How to solve this typeError ?

Should I add 'Loader' into the 'yaml.load()' ?

yaml.load(stream, Loader=yaml.FullLoader)