Sir I am editing 1 attribute then there is error for the other it is very difficult to correct each and every code this way it is consuming a lot of time.
So sir please help me to resolve these errors please it is important as i have to do the final year project from 1st july and also i am unable to proceed with the course further.
errors :RuntimeError: tf.summary.FileWriter is not compatible with eager execution. Use tf.contrib.summary instead.
to solve the above error i have added ** **tf.compat.v1.disable_eager_execution()** **
now it is not showing nontype attribute run but , but eval is still not supported
RuntimeError: The Session graph is empty. Add operations to the graph before calling run().
AttributeError: ‘NoneType’ object has no attribute 'run’
AttributeError: Tensor.graph is meaningless when eager execution is enabled.
NotImplementedError: eval is not supported when eager execution is enabled, is .numpy() what you’re looking for?
NotImplementedError: eval is not supported when eager execution is enabled, is .numpy() what you’re looking for?
RuntimeError: tf.gradients is not supported when eager execution is enabled. Use tf.GradientTape instead.