Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Remove tf.control_dependencies from dual_net.py #870

Open
tommadams opened this issue Aug 16, 2019 · 0 comments
Open

Remove tf.control_dependencies from dual_net.py #870

tommadams opened this issue Aug 16, 2019 · 0 comments

Comments

@tommadams
Copy link
Contributor

In order to get multiple models running on the same TPU, we had to add the following hack to work around a bug in TensorFlow:

epoch_time = tf.constant(t, name='epoch_time_%d' % t)

This bug got fixed in TF 1.12.1, so we can remove our hack now:
tensorflow/tensorflow@735d26a#diff-c344ded643ece6ebf6370acab3a9a524L306

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant