martinarjovsky / WassersteinGAN

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

Question about the biases in the Convolutional Layers #53

Open tensorfreitas opened 6 years ago

tensorfreitas commented 6 years ago

First of all thank you for the great article and for the code!

I was looking through the code and found that you do not use bias in the Convoltional layers. Does this have a influence in the algorithm? I tried to find the reason in the paper, but I might have missed it.

Best Regards!