Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update TensorFlow easyblock to support TensorFlow 2.0 #1823

Merged
merged 2 commits into from
Oct 3, 2019

Conversation

boegel
Copy link
Member

@boegel boegel commented Oct 2, 2019

The mnist_with_summaries.py tutorial example is broken beyond repair with TensorFlow 2.0 due to significant changes to the API (tensorflow.contrib.learn required by this example was deprecated a while ago, and is no longer packaged).

We can consider using the "beginner" quickstart example from https://www.tensorflow.org/tutorials/quickstart/beginner instead as a smoke test (through a patch included in the TensorFlow 2.x easyconfigs so it can be run during sanity check).

@boegel boegel added the update label Oct 2, 2019
@boegel boegel added this to the next release (4.0.1) milestone Oct 2, 2019
@wpoely86 wpoely86 merged commit eea575e into easybuilders:develop Oct 3, 2019
@boegel boegel deleted the TensorFlow2 branch October 3, 2019 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants