-
Notifications
You must be signed in to change notification settings - Fork 82
Cache TF Versions #421
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
Cache TF Versions #421
Conversation
connorgoggins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-blocking: might also be worth updating smdebug/tensorflow/version_check.py, tests/tensorflow2/utils.py, tests/zero_code_change/smdataparallel_tests/tensorflow2/test_tf2_smdataparallel.py, tests/zero_code_change/test_tensorflow2_integration.py, etc. to use the cached version as well.
ndodda-amazon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good! Can we cache the PyTorch versions as well for consistency?
Description of changes:
version.parse(tf.__version__)Style and formatting:
I have run
pre-commit installto ensure that auto-formatting happens with every commit.Issue number, if available
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.