hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 265 forks source link

very very big loss values #113

Closed xiaogangLi closed 5 years ago

xiaogangLi commented 5 years ago

Hi, I had a problem and need your help. I implemented C3D using Tensorflow. When training it on my dataset, the loss values are very very big(e.g, 2.5e+19), which lead to a failure for training. I am sure the code by written correctly. I found the value Z (Z=WX+b) is gradually increasing,when add ing 3D convolution layers. Could you give some advice? Thank you!