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
core/validate.py#L176 checks the current TensorFlow Version on your local machine. It then asserts that the value is in the list from get_cloud_tpu_supported_tf_version which contains the list [“2.1”]. This makes it currently impossible to perform TPU training (from what I can tell, you can’t get a TF version where tf.__version__ is exactly “2.1” with no postpended subversion.
Removes this check so TPU training will work again
PiperOrigin-RevId: 388815387
0 commit comments