Nishanth Vanipenta

Results 1 comments of Nishanth Vanipenta

I solved the issue by, -Navigating to, **"/usr/local/lib/python3.6/dist-packages/keras/backend/tensorflow_backend.py".** - Then, replace tensorflow import with i **-import tensorflow.compat.v1 as tf -tf.compat.v1.disable_eager_execution()** - Now, on line 442 of tensorflow_backend.py: change the hyperparameter...