-
Notifications
You must be signed in to change notification settings - Fork 1.2k
breaking: preserve script path when S3 source_dir is provided #941
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 28 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f0d4399
fix: preserve script path when S3 source_dir is provided
laurenyu c861ce7
add unit test
laurenyu 7464a90
Merge branch 'master' into script-path
laurenyu 2b3c149
fix estimator --> model entry point logic
laurenyu 95a30f3
fix MXNet logic
laurenyu 3b49b6d
add docstring and unit test
laurenyu 6e16ab9
add integ test
laurenyu 139d060
Merge branch 'master' into script-path
icywang86rui 98818da
Merge branch 'master' into script-path
jesterhazy b0d1b11
testing
laurenyu d6cf3b5
testing
laurenyu 564c8b1
try chainer
laurenyu 3d75ac0
Merge branch 'master' into script-path
laurenyu 921181e
black format
laurenyu ab438ca
Merge branch 'master' into script-path
laurenyu a7d7004
fix merge
laurenyu 08512cf
Merge branch 'master' into script-path
laurenyu a9489e2
address pylint
laurenyu 4d949e1
fix _is_mms_version() call
laurenyu f2fd196
Merge branch 'master' into script-path
laurenyu 4e70f2e
Merge branch 'master' into script-path
knakad 450037b
Merge branch 'master' into script-path
laurenyu 4074e75
don't allow for absolute path entry_point with S3 source_dir
laurenyu 36ec1a7
address flake8
laurenyu 3933900
address local mode and MXNet + MMS
laurenyu a635631
add forgotten return statement
laurenyu 98f4178
update test for new MMS usage (aka not supported)
laurenyu 2b58b04
fix integ test
laurenyu 55356dc
Merge branch 'zwei' into script-path
laurenyu fa3debc
Merge branch 'zwei' into script-path
laurenyu 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
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
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
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
Binary file not shown.
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
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.
:(