Nikolay Shatalov

Results 2 comments of Nikolay Shatalov

Hi! Got the same error. If someone could provide some help, I will really appreciate

Yes, this error was due to conflict of versions. I had - Keras 1.0.7 - Theano 0.8.2 - Tensorflow 1.9.0 In /home/user/anaconda3/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py I changed: - `tf.nn.sigmoid_cross_entropy_with_logits(output, target)` to `tf.nn.sigmoid_cross_entropy_with_logits(logits=output, labels=target)`,...