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
{{ message }}
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
My org is looking to migrate to TensorFlow 2.7.4 by the end of June in order to not lose TPU access in GCP. The current plan for our fork is to utilize the tensorflow.compat.v1 APIs (along with updating contrib imports to use tensorflow_addons and tf_slim) and tf.disable_v2_behavior(). Is this all that's required to get t2t working with TF2?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My org is looking to migrate to TensorFlow 2.7.4 by the end of June in order to not lose TPU access in GCP. The current plan for our fork is to utilize the
tensorflow.compat.v1
APIs (along with updating contrib imports to usetensorflow_addons
andtf_slim
) andtf.disable_v2_behavior()
. Is this all that's required to get t2t working with TF2?The text was updated successfully, but these errors were encountered: