-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Ddp2 fix #448
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
Ddp2 fix #448
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
36610b2
added training_end
williamFalcon 4a9dd77
added training_end
williamFalcon 57dfd81
added training_end
williamFalcon ed8f161
added training_end
williamFalcon afbdf6f
added training_end
williamFalcon 5b6387a
added training_end
williamFalcon 3d7b4c7
added training_end
williamFalcon 33592de
added training_end
williamFalcon 89ed38a
added training_end
williamFalcon 0e91a0d
added training_end
williamFalcon 79a139a
added training_end
williamFalcon 092a606
added training_end
williamFalcon 80a1fd5
allow ddp and apex to be configured
williamFalcon 5417f67
allow ddp and apex to be configured
williamFalcon 0ba0640
bananas
williamFalcon 8fc9da6
bananas
williamFalcon 5277cc8
bananas
williamFalcon 661e925
bananas
williamFalcon 2914120
bananas
williamFalcon 6a04ac1
bananas
williamFalcon fddcf9d
bananas
williamFalcon 089c709
bananas
williamFalcon f602c3a
bananas
williamFalcon 4a283c0
bananas
williamFalcon fe150ff
bananas
williamFalcon c1c042f
bananas
williamFalcon bf214e4
bananas
williamFalcon e552cd6
bananas
williamFalcon a895c45
bananas
williamFalcon b5571d5
added eval and train for redundancy
williamFalcon 233a4fd
added eval and train for redundancy
williamFalcon 33f94b3
added training_end
williamFalcon 96f1670
added training_end
williamFalcon a1f9318
added training_end
williamFalcon 5624fbc
added training_end
williamFalcon c70d9c4
added training_end
williamFalcon 2117fec
added training_end
williamFalcon 0d77e21
added training_end
williamFalcon cbd8189
added training_end
williamFalcon e214ca8
added training_end
williamFalcon 8d5dca0
added training_end
williamFalcon ebd3c3b
added training_end
williamFalcon 7330dec
added training_end
williamFalcon 0cfcc50
allow ddp and apex to be configured
williamFalcon 5551586
allow ddp and apex to be configured
williamFalcon 274a6be
bananas
williamFalcon 2260fac
bananas
williamFalcon d473daa
bananas
williamFalcon 25d7351
bananas
williamFalcon 91982f1
bananas
williamFalcon a916ab6
bananas
williamFalcon 9de558a
bananas
williamFalcon 534d68f
bananas
williamFalcon c40e8ce
bananas
williamFalcon caaca3b
bananas
williamFalcon b9556a3
bananas
williamFalcon 2f046cd
bananas
williamFalcon d0f55fc
bananas
williamFalcon 2e1a534
bananas
williamFalcon 6b5d865
bananas
williamFalcon f3e8ff7
added eval and train for redundancy
williamFalcon f1fcdc1
added eval and train for redundancy
williamFalcon 7de6f0e
Merge branch 'master' into ddp2_fix
williamFalcon 5c4f214
added eval and train for redundancy
williamFalcon 9f11a04
added eval and train for redundancy
williamFalcon 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
Oops, something went wrong.
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.
What's the thought behind passing
ampas an argument rather than letting the user import it themselves? From what I can see, it's always going to be theampmodule from Apex. Is there some future extension we're thinking about here?