Commit Graph
17559 Commits
Author SHA1 Message Date
Manish Kumar d5f7ade19c Merge branch 'master' into master 2017-12-30 13:30:37 +05:30
Manish Kumar 35ae14e311 Update emst_test.cpp 2017-12-30 13:29:14 +05:30
Ryan Curtin 5c4b8e2689 Merge pull request #1172 from evgfreyman/master
Fixed issue with redifenition at binding tests
2017-12-27 11:45:27 -05:00
Ryan Curtin 7cae062124 Merge pull request #1178 from rcurtin/test-fixes
Fix randomly failing tests
2017-12-27 11:44:48 -05:00
Ryan Curtin e2af169e73 Fix stupid oversight in changing code. 2017-12-26 12:20:26 -05:00
Ryan Curtin 64360a13cc Try to fix static warnings by changing loop counter variable name. 2017-12-26 10:00:24 -05:00
Ryan Curtin 9b508e91bd Fix line length. 2017-12-26 09:57:31 -05:00
Ryan Curtin 23cb4daa8b Merge pull request #1179 from rcurtin/cmake-pkgconfig
Avoid line wrap which made invalid .pc files.
2017-12-26 09:55:54 -05:00
Ryan Curtin 1174d5c297 Remove any duplicate include directories. 2017-12-23 16:49:01 -05:00
Ryan Curtin 443c24d93d Avoid line wrap which made invalid .pc files. 2017-12-23 16:28:52 -05:00
Ryan Curtin bd831e05fa Relax tolerance slightly to prevent random failures. 2017-12-22 17:42:34 -05:00
Ryan Curtin 240065954d Perform multiple trials of VanillaNetworkWithCNETest. 2017-12-22 16:03:33 -05:00
Ryan Curtin 60ac702b0f Adjust tolerances to prevent random failures. 2017-12-22 15:32:34 -05:00
Ryan Curtin 2d04abc9fc Adjust tolerance to reduce failures. 2017-12-22 11:38:15 -05:00
Ryan Curtin 73f9d96757 Adjust tolerances for SPALeRA test to avoid random failures. 2017-12-22 10:41:10 -05:00
Ryan Curtin e3afe032d2 Run the XOR test multiple times if needed. 2017-12-22 10:40:50 -05:00
Ryan Curtin 23a49d96fe Adjust optimizer settings to prevent failures. 2017-12-21 18:43:55 -05:00
Ryan Curtin 7e4eec1c3b Adjust tolerances for MomentumSGD tests. 2017-12-21 18:30:29 -05:00
Ryan Curtin 59c234c443 Adjust tolerances for PCAScalingTest. 2017-12-21 18:30:13 -05:00
Ryan Curtin f1363cd8f1 Use safer check to see if the queue is empty. 2017-12-21 16:54:10 -05:00
Ryan Curtin b49d7af4bf Make sure to restore the data before a second trial. 2017-12-21 16:53:25 -05:00
Ryan Curtin 32d1cff3c2 Sometimes QUIC-SVD can fail, so perform multiple runs.
Also increase the tolerance for another test to prevent failures.
2017-12-21 14:39:24 -05:00
Marcus Edel 09ab63cf11 Merge pull request #1164 from sourabhvarshney111/master
Added Nadam optimizer implementation.
2017-12-21 19:07:20 +01:00
Ryan Curtin 65bd318663 Merge pull request #1175 from rcurtin/lrfix
Fix logistic regression tolerance checks.
2017-12-21 09:29:11 -05:00
Marcus Edel a81956777b Resolve merge and minor style issues. 2017-12-21 15:09:55 +01:00
Marcus Edel 6b7a7b072b Merge branch 'master' into master 2017-12-21 13:54:57 +01:00
Eugene Freyman 19cd926b90 minor style fixes 2017-12-21 11:33:14 +02:00
Eugene Freyman 1b3477c6ad comment on testName 2017-12-21 11:31:47 +02:00
Eugene Freyman c34b1af04b Added comments about testName 2017-12-21 11:28:18 +02:00
Eugene Freyman 84dd7bfa45 renaming programName to testName 2017-12-21 11:24:32 +02:00
Ryan Curtin e6b84867e0 Disable debugging output. 2017-12-20 20:40:37 -05:00
Ryan Curtin 27288163b9 Fix uninitialized memory.
This tricky one only showed up on one particular compiler/library combination.
2017-12-20 20:40:00 -05:00
Ryan Curtin 7d45f51192 Fix compilation warning. 2017-12-20 20:37:09 -05:00
Ryan Curtin c1d43e602a Merge pull request #1170 from rcurtin/lstm-batch
Fix recurrent layers' compatibility with batch sizes > 1.
2017-12-20 18:47:20 -05:00
Ryan Curtin f241d9ac13 Not sure how this mistake got in... 2017-12-20 13:27:03 -05:00
Ryan Curtin 83128ddfcc The tolerance can also be 0. 2017-12-20 10:41:51 -05:00
Ryan Curtin d494dd16f9 Update comments and apply fix to spalera_sgd. 2017-12-20 09:56:16 -05:00
Marcus Edel 70d98e3ed8 Remove 'const' type qualifier since it has no effect on the on return type. 2017-12-20 14:27:55 +01:00
Marcus Edel ee5fb7db48 Merge pull request #1168 from haritha1313/ams_grad
Add AMSGrad optimizer implementation.
2017-12-20 14:04:51 +01:00
Eugene Freyman cb58baa219 fixed checkstyle issue 2017-12-20 09:19:30 +02:00
Eugene Freyman 09050cd9fd solving redefinition problem at binding tests with static functions without macros 2017-12-20 08:53:40 +02:00
Haritha 0555e73337 ams_grad style edits 2017-12-20 11:58:26 +05:30
Haritha 7430eabac2 ams_grad style edits 2017-12-20 11:56:46 +05:30
Haritha 51e7a2a01f ams_grad optimizer implementation 2017-12-20 11:51:40 +05:30
Sourabh Varshney 534bc65ee7 Added citation url 2017-12-19 21:33:42 +05:30
Ryan Curtin aa83402f7e Fix too-long lines. 2017-12-18 16:20:50 -05:00
Ryan Curtin 0e0201a5f5 Remove debugging output from GRU. 2017-12-18 14:49:28 -05:00
Ryan Curtin 735d2b97a1 Reset size of internal parameters whenever batch size changes.
We can call set_size() even when the batch size decreased---Armadillo will reuse
memory if we shrink the matrix size (if it can).
2017-12-18 14:48:17 -05:00
Ryan Curtin 45d580ddc1 Handle case where batchSize > maxIterations.
Don't do extra iterations!
2017-12-18 14:47:56 -05:00
Ryan Curtin 211346f428 Refactor batch size tests. This meant I needed to add RNN::Reset(). 2017-12-18 14:47:26 -05:00