This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commits on Dec 7, 2018
-
Fix the bug of BidirectionalCell
I did hybridize( ) and pass "valid_length" to the unroll( ) function of BidirectionalCell, then returned AssertionError in line 79. Because symbol.split( ) return a symbol but not a symbol list. Result in the length of inputs dont equal parameter "length" when call unroll( ) to compute r_outputs and r_states.
Configuration menu - View commit details
-
Copy full SHA for d2aba22 - Browse repository at this point
Copy the full SHA d2aba22View commit details
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0af9aaf - Browse repository at this point
Copy the full SHA 0af9aafView commit details -
Fix the bug of BidirectionalCell
I did hybridize( ) and pass "valid_length" to the unroll( ) function of BidirectionalCell, then returned AssertionError in line 79. Because symbol.split( ) return a symbol but not a symbol list. Result in the length of inputs dont equal parameter "length" when call unroll( ) to compute r_outputs and r_states.
Configuration menu - View commit details
-
Copy full SHA for 1a3ff5d - Browse repository at this point
Copy the full SHA 1a3ff5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0213015 - Browse repository at this point
Copy the full SHA 0213015View commit details
Commits on Dec 10, 2018
-
fix test_bidirectional_unroll_valid_length( )
Fix the error of parameter.
Configuration menu - View commit details
-
Copy full SHA for 14157e6 - Browse repository at this point
Copy the full SHA 14157e6View commit details -
Fix the bug of BidirectionalCell
I did hybridize( ) and pass "valid_length" to the unroll( ) function of BidirectionalCell, then returned AssertionError in line 79. Because symbol.split( ) return a symbol but not a symbol list. Result in the length of inputs dont equal parameter "length" when call unroll( ) to compute r_outputs and r_states.
Configuration menu - View commit details
-
Copy full SHA for c2dd9d4 - Browse repository at this point
Copy the full SHA c2dd9d4View commit details -
Merge branch 'master' of https://github.com/BeyonderXX/incubator-mxnet
xiaowang11 committedDec 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 7710970 - Browse repository at this point
Copy the full SHA 7710970View commit details
Commits on Dec 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2f412e5 - Browse repository at this point
Copy the full SHA 2f412e5View commit details
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.