-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feature: Add support for TF2.7 #2958
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6670e30
fix: jumpstart model table (#2954)
bencrabtree e3f2fb0
feature: Add support for TF2.7
arjkesh 6c13614
Update fw_utils.py
arjkesh 352b2b4
Update fw_utils.py
arjkesh 6db5192
fix test
arjkesh 37fbdcf
Merge branch 'tf_2.7' of https://github.com/arjkesh/sagemaker-python-…
arjkesh f166b60
change: update code to get commit_id in codepipeline (#2961)
navinsoni 086258d
feature: Data Serializer (#2956)
jeniyat a39b750
change: reorganize test files for workflow (#2960)
qidewenwhen 28fd737
feature: TensorFlow 2.4 for Neo (#2861)
Qingzi-Lan 20df3d7
fix: Remove sagemaker_job_name from hyperparameters in TrainingStep (…
staubhp b9f90dc
fix: Style update in DataSerializer (#2962)
jeniyat 6db3774
documentation: smddp doc update (#2968)
mchoi8739 d610bfb
fix: container env generation for S3 URI and add test for the same (#…
shreyapandit 169dffd
documentation: update sagemaker training compiler docstring (#2969)
mchoi8739 4325fcd
feat: Python 3.9 for readthedocs (#2973)
ahsan-z-khan 3f0b2b6
Merge branch 'dev' into tf_2.7
ahsan-z-khan 9b99494
Merge branch 'aws:master' into tf_2.7
arjkesh f37cf8b
test;
arjkesh 612e2f3
Merge branch 'tf_2.7' of https://github.com/arjkesh/sagemaker-python-…
arjkesh 733f93d
Merge branch 'master' into tf_2.7
mufaddal-rohawala 265c695
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
arjkesh c5b3cc2
resolve flake8 issues
arjkesh dc32c7c
Update tensorflow.json
arjkesh dd79bcc
remove unused import
arjkesh 4f69806
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
arjkesh 2b4208a
update
arjkesh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,9 @@ | |
"2.6", | ||
"2.6.0", | ||
"2.6.2", | ||
"2.7", | ||
"2.7.0", | ||
"2.7.1", | ||
], | ||
"pytorch": [ | ||
"1.6", | ||
|
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
There are no TF 2.7.0 SM Training DLCs, so this can be safely removed from this list.