I am trying to learn TensorFlow. Currently, I am working with placeholders. When I tried to create the placeholder, I got an error: RuntimeError: tf.placeholder() is n
RuntimeError: tf.placeholder() is n
In TensorFlow 2.3, you can disable eager mode anytime using the following method:
import tensorflow as tf tf.config.run_functions_eagerly(False)