TensorFlow-Examples icon indicating copy to clipboard operation
TensorFlow-Examples copied to clipboard

fix NaN bug in tf.log

Open Justobe opened this issue 4 years ago • 0 comments

I found that there may be a potential NAN bug in the code if we use tf.log(pred) when the pred contains 0. I described in detail in the issue #383 .

Justobe avatar Jul 29 '20 02:07 Justobe