You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: