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
Other
890 stars 198 forks source link

hope it supports pytorch 1.3 #39

Closed xinheblue closed 4 years ago

xinheblue commented 4 years ago

if pytorch 1.3 is supported, it would be better, otherwise we need to install pytorch 0.3.1 ,otherwise we cann't load the vgg weights

bdseal commented 4 years ago

Perhaps you can create isolated python environments by virtualenv.

surajpaib commented 4 years ago

I've made a pytorch 1.5 compatible version on this fork: https://github.com/surajpaib/EnlightenGAN Maybe its useful to you