Open Leezzzz opened 3 years ago
Hello. Can you tell me which code has that value error??
I also have the same problem, please fix it.
I have fixed it by replacing "tf.contrib.layers.xavier_initializer()" with "tf.truncated_normal_initializer(stddev=0.01)".
Thank you very much!!!!!
Hello, I am also getting the "raise ValueError('There is Nan in loss')" when I tried to adapt the (Ensemble Regression RealData.ipynb) with my data. Can you please suggest a way to fix the code?
Hello, I'm having some problems.There's always a warning "raise ValueError('There is Nan in loss')".This may be due to the presence of infinity in the calculation of the exp(),but i don't kown how to solved it. Could you help me?