tf-3dgan icon indicating copy to clipboard operation
tf-3dgan copied to clipboard

tanh at the end of the generator?

Open youngjung-obsolete opened this issue 7 years ago • 1 comments

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?

youngjung-obsolete avatar Dec 06 '17 07:12 youngjung-obsolete

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

Dragomir2020 avatar Jan 02 '19 21:01 Dragomir2020