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
918 stars 200 forks source link

torch version problem #25

Closed Aacrobat closed 5 years ago

Aacrobat commented 5 years ago

I cannot find torch 0.3.1 and torch vision 0.2.0, can anyone share the link?

yifanjiang19 commented 5 years ago

https://pytorch.org/get-started/previous-versions/ Or you could change all .data[0] to .item() and use the newest pytorch.