Yang7879 / 3D-RecGAN

🔥3D-RecGAN in Tensorflow (ICCV Workshops 2017)
https://arxiv.org/abs/1708.07969
MIT License
131 stars 37 forks source link

Editing certain if statements results in zero matrices #6

Closed abexultan closed 5 years ago

abexultan commented 5 years ago

I tried to train this network on my own dataset and met the issue with main .py file. Whenever I try to change certain parameters as batch size, the value of i iterator for the moment of when I want to save the model or test the model, I receive the predicted results of 0 matrices or very strange values. But, while using vanilla code everything seems to work fine. Are those values somehow related to the code structure? For the training I'm using DGX stations w/ Tesla V100. CUDA 9, cudNN 7 Tensorflow 1.12.0

abexultan commented 5 years ago

That was due to Dead ReLU effect and depended on initialization.

May close the issue.