tf-3dgan
tf-3dgan copied to clipboard
tanh at the end of the generator?
Thanks for sharing your nice work.
Your code has tanh layer at the end of the generator while the paper says sigmoid. When you plot the voxels, threshold is set 0.5 while tanh outputs [-1,1].
Could you explain why you are using tanh and threshold is set 0.5?
If I had to give a reasonable guess I would say step number 1 from ganhacks?
Possibly I am not sure.
https://github.com/soumith/ganhacks