AttributeError: Module 'tensorflow' Has No Attribute 'placeholder' Code Example
Example: AttributeError: module 'tensorflow' has no attribute 'placeholder' site:stackoverflow.com
import tensorflow.compat.v1 as tf tf.disable_v2_behavior()
import tensorflow.compat.v1 as tf tf.disable_v2_behavior()
Comments
Post a Comment