jalola / improved-wgan-pytorch

Improved WGAN in Pytorch
MIT License
439 stars 68 forks source link

Remove unnecessary imports #8

Closed elvisyjlin closed 5 years ago

elvisyjlin commented 5 years ago

Thank you for your implementation first.

When I was trying to run it, I found that the lines import models.dcgan as dcgan in both Python scripts caused error. So I removed them and everything is working fine now.

jalola commented 5 years ago

Thanks for this,

I forgot to remove this unused import.