Published
- 1 min read
module `tensorflow` has no attribute `reset_default_graph`
The solution for this is noted below
module tensorflow
has no attribute reset_default_graph
Solution
import tensorflow as tf
tf.compat.v1.reset_default_graph()
Try other methods by searching on the site. That is if this doesn’t work