You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just start to run import sugartensor as tf and that error happened why ?
_phase = tf.Variable(False, name='phase', trainable=False, collections=[tf.GraphKeys.LOCAL_VARIABLES])
AttributeError: partially initialized module 'sugartensor' has no attribute 'GraphKeys' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered:
I just start to run import sugartensor as tf and that error happened why ?
_phase = tf.Variable(False, name='phase', trainable=False, collections=[tf.GraphKeys.LOCAL_VARIABLES])
AttributeError: partially initialized module 'sugartensor' has no attribute 'GraphKeys' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered: