Prepare release 0.9.0rc3.#5664
Merged
Merged
Conversation
nouiz
requested changes
Mar 6, 2017
| - More stack trace in error message | ||
| - Speed up cholesky grad | ||
| - log(sum(exp(...))) now get stability optimized | ||
| - Some useless optimizations are now marked as unsafe |
Member
There was a problem hiding this comment.
Remove. I don't think this is useful.
|
|
||
|
|
||
| Other more detailed changes: | ||
| - Faster compilation and import with old CUDA backend |
Member
There was a problem hiding this comment.
Tell the Theano flag needed to enable that.
|
|
||
| Highlights (since 0.9.0rc2): | ||
| - Graph clean up and faster compilation | ||
| - Removed warp-synchronous programming |
Member
There was a problem hiding this comment.
add at the end (Make the new GPU back-end give good result with newer CUDA driver)
| - Graph clean up and faster compilation | ||
| - Removed warp-synchronous programming | ||
| - New Theano flag conv.assert_shape | ||
| - Fix precision in cuDNN |
Member
There was a problem hiding this comment.
Remove, it don't explain the problem and people won't understand what this mean. I would consider that a crash fixes.
5e31d36 to
1df90b3
Compare
fb43be6 to
b4e18af
Compare
nouiz
approved these changes
Mar 7, 2017
Member
|
I rebased following the merge. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR to prepare release
0.9.0rc3.NB: I have not added one of the last PRs ( about old backend: #5631 ) into the highlights, as we don't want anymore to put old backend forth. But I have added it into
NEWS_DEV.txt.I'll update the PR if needed.
@nouiz