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
The notebook on low level TF API needs major revision as TF 2.0 will at the very least discourages the use of globals through tf.Variable and very likely have already entirely ditched it in RFC: Variables in TensorFlow 2.0.
Note that the official style guide, Effective TensorFlow 2.0, also explicitly stated: "No more globals!"