-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added BRNN support #3
Commits on Apr 11, 2016
-
Changed local/global functions to refer to self for inheritance
SeanNaren committedApr 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 5d9a7b4 - Browse repository at this point
Copy the full SHA 5d9a7b4View commit details -
Added BLSTM based on RNN implementation
SeanNaren committedApr 11, 2016 Configuration menu - View commit details
-
Copy full SHA for dec350f - Browse repository at this point
Copy the full SHA dec350fView commit details -
SeanNaren committed
Apr 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 9bfed85 - Browse repository at this point
Copy the full SHA 9bfed85View commit details -
removed self call in makeContiguous
SeanNaren committedApr 11, 2016 Configuration menu - View commit details
-
Copy full SHA for fe29e8b - Browse repository at this point
Copy the full SHA fe29e8bView commit details
Commits on Apr 13, 2016
-
Added rnn test (for basic RELU)
SeanNaren committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for bdc97fa - Browse repository at this point
Copy the full SHA bdc97faView commit details -
SeanNaren committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for e9de79f - Browse repository at this point
Copy the full SHA e9de79fView commit details -
SeanNaren committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 25f5383 - Browse repository at this point
Copy the full SHA 25f5383View commit details -
SeanNaren committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for d115fac - Browse repository at this point
Copy the full SHA d115facView commit details -
SeanNaren committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 0df09da - Browse repository at this point
Copy the full SHA 0df09daView commit details -
SeanNaren committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 11fe833 - Browse repository at this point
Copy the full SHA 11fe833View commit details -
Changed tolerance to fix weight difference, small comment change
SeanNaren committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 6406b2a - Browse repository at this point
Copy the full SHA 6406b2aView commit details -
Exposed rnn variable to make easier to replace
SeanNaren committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 94c1c22 - Browse repository at this point
Copy the full SHA 94c1c22View commit details -
SeanNaren committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 18ce0fb - Browse repository at this point
Copy the full SHA 18ce0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 291bd50 - Browse repository at this point
Copy the full SHA 291bd50View commit details -
Fixed change of RNN module name
SeanNaren committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for b09c184 - Browse repository at this point
Copy the full SHA b09c184View commit details -
Added comment removed BLSTM test
SeanNaren committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 12a7696 - Browse repository at this point
Copy the full SHA 12a7696View commit details -
Added numDirections param to RNN
SeanNaren committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 1287250 - Browse repository at this point
Copy the full SHA 1287250View commit details -
Added numDirections param instead of duplicated methods
SeanNaren committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for c98e24f - Browse repository at this point
Copy the full SHA c98e24fView commit details -
SeanNaren committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 4d83082 - Browse repository at this point
Copy the full SHA 4d83082View commit details -
Removed hardcoded 3 dimension from cudnn call
SeanNaren committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 3c13e7e - Browse repository at this point
Copy the full SHA 3c13e7eView commit details -
SeanNaren committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for e80fce1 - Browse repository at this point
Copy the full SHA e80fce1View commit details
Commits on Apr 14, 2016
-
Fixed resize of hidden tensors
SeanNaren committedApr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 54488bb - Browse repository at this point
Copy the full SHA 54488bbView commit details -
Added numDirections to assertions
SeanNaren committedApr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 9e58334 - Browse repository at this point
Copy the full SHA 9e58334View commit details -
Added assertion check to accGradParams
SeanNaren committedApr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 04feef3 - Browse repository at this point
Copy the full SHA 04feef3View commit details -
SeanNaren committed
Apr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 9d44393 - Browse repository at this point
Copy the full SHA 9d44393View commit details -
SeanNaren committed
Apr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 1cdff21 - Browse repository at this point
Copy the full SHA 1cdff21View commit details
Commits on Apr 15, 2016
-
Added ReLU/tanh/LSTM/GRU bidirectional tests
SeanNaren committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for d8d4f89 - Browse repository at this point
Copy the full SHA d8d4f89View commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for ea21e9d - Browse repository at this point
Copy the full SHA ea21e9dView commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 31f5f17 - Browse repository at this point
Copy the full SHA 31f5f17View commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 242d613 - Browse repository at this point
Copy the full SHA 242d613View commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 170e90d - Browse repository at this point
Copy the full SHA 170e90dView commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 2b82dc0 - Browse repository at this point
Copy the full SHA 2b82dc0View commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 589fdfd - Browse repository at this point
Copy the full SHA 589fdfdView commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 04a1ca9 - Browse repository at this point
Copy the full SHA 04a1ca9View commit details -
Put tranpose at top of method call
SeanNaren committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for e7ce48b - Browse repository at this point
Copy the full SHA e7ce48bView commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for a6ab506 - Browse repository at this point
Copy the full SHA a6ab506View commit details -
SeanNaren committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for f40008b - Browse repository at this point
Copy the full SHA f40008bView commit details -
Fixed transpose name for grads
SeanNaren committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for ba105f0 - Browse repository at this point
Copy the full SHA ba105f0View commit details -
Added all transpose operations
SeanNaren committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for d9062ee - Browse repository at this point
Copy the full SHA d9062eeView commit details -
Added batchFirst to test params
SeanNaren committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for df632a9 - Browse repository at this point
Copy the full SHA df632a9View commit details -
Added small comment to clarify batchFirst
SeanNaren committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for e210208 - Browse repository at this point
Copy the full SHA e210208View commit details -
Added description of recurrent modules
SeanNaren committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for c420df1 - Browse repository at this point
Copy the full SHA c420df1View commit details
Commits on Apr 16, 2016
-
SeanNaren committed
Apr 16, 2016 Configuration menu - View commit details
-
Copy full SHA for a334ae2 - Browse repository at this point
Copy the full SHA a334ae2View commit details -
SeanNaren committed
Apr 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 079a11c - Browse repository at this point
Copy the full SHA 079a11cView commit details -
Added RNNReLU/Tanh description
SeanNaren committedApr 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 0a9f8ca - Browse repository at this point
Copy the full SHA 0a9f8caView commit details -
SeanNaren committed
Apr 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 2cff977 - Browse repository at this point
Copy the full SHA 2cff977View commit details -
SeanNaren committed
Apr 16, 2016 Configuration menu - View commit details
-
Copy full SHA for fc7e761 - Browse repository at this point
Copy the full SHA fc7e761View commit details -
Use torch sum instead of manual loop
SeanNaren committedApr 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 50d4f7c - Browse repository at this point
Copy the full SHA 50d4f7cView commit details
Commits on Apr 18, 2016
-
Put resizing of tensors in a better place
SeanNaren committedApr 18, 2016 Configuration menu - View commit details
-
Copy full SHA for b89f6c2 - Browse repository at this point
Copy the full SHA b89f6c2View commit details