martinarjovsky / WassersteinGAN

BSD 3-Clause "New" or "Revised" License
3.2k stars 725 forks source link

Remove dots from module names to execute the code with pytorch 1.0.0. #70

Closed kopytjuk closed 5 years ago

kopytjuk commented 5 years ago

Current layer names in dcgan.py cannot be used in pytorch 1.0.0 because of dot (".") character. See here.

In this PR new names with ":" are proposed.

soumith commented 5 years ago

thanks!