When I use` search.evolve(X_train, y_train, X_test, y_test),` I get the error `AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'` Importing TensorFlow separately does not solve the error. Kindly suggest
When I use
search.evolve(X_train, y_train, X_test, y_test),I get the error
AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'Importing TensorFlow separately does not solve the error. Kindly suggest