Created
March 9, 2020 18:01
-
-
Save hanneshapke/35fff39c9ff1e69fc4941de944d8ac41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mirrored_strategy = tf.distribute.MirroredStrategy() | |
with mirrored_strategy.scope(): | |
model = get_model(tf_transform_output=tf_transform_output) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment