Ben-Louis / Deep-Image-Analogy-PyTorch

A python implementation of Deep-Image-Analogy based on pytorch.
MIT License
182 stars 42 forks source link

Made compatible to Pytorch 0.5 #5

Closed neelkadia-zz closed 6 years ago

neelkadia-zz commented 6 years ago

Changed ; loss.item[] to return loss.item()