even though i disabled tensorflow v2 using following command but still error persists. How to proceed?
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()
i even used this command
tf.compat.v1.variable_scope
but still not working.please guide.
