Commit Graph
20675 Commits
Author SHA1 Message Date
Marcus Edel c8f52fbd6b Merge pull request #1905 from walragatver/mean_pooling
Fix serialization of glimpse, maxPooling and meanPooling layers.
2019-05-31 13:13:50 +02:00
walragatver f3318fd0f2 Serialize floor parameter in mean_pool and max_pool layer. 2019-05-30 16:11:10 +05:30
Shikhar Jaiswal f4840a7b45 Merge pull request #1907 from rcurtin/docfix
Fix link to 'getting involved'
2019-05-29 22:20:13 +05:30
Shikhar Jaiswal 89085da2db Merge pull request #1823 from saksham189/train2
Introduce Memory Sharing Between GAN and FFN
2019-05-29 22:15:41 +05:30
Ryan Curtin b116647376 Fix link; thanks rajs123 for pointing it out. 2019-05-29 08:17:08 -04:00
walragatver 91578d5ca2 Fix serialization of glimpse, maxPooling and meanPooling layers. 2019-05-29 15:06:05 +05:30
Saksham Bansal 11033e65d0 match with training data 2019-05-28 17:39:19 +07:00
Saksham Bansal 469599cbd6 Remove extra line 2019-05-27 23:45:40 +07:00
Saksham Bansal ed22eda6b2 Add test for memory sharing 2019-05-27 19:02:17 +07:00
Saksham Bansal 7b69a88e03 Minor changes 2019-05-27 18:56:19 +07:00
Saksham Bansal ca8e8d04cd Remove temporary variable 2019-05-27 18:56:19 +07:00
Saksham Bansal 8f5a649eb8 Change size of predictors and responses 2019-05-27 18:56:19 +07:00
Saksham Bansal b988e6966f Memory sharing b/w predictors of discriminator and GAN 2019-05-27 18:56:19 +07:00
Saksham Bansal 26a015c8d5 Shuffle discriminator predictors of GAN 2019-05-27 18:56:19 +07:00
Ryan Curtin 584f8533f2 Fix little issues with the script. 2019-05-26 23:08:43 -04:00
Ryan Curtin 9869c20626 Add new block to HISTORY.md for next version. 2019-05-26 23:08:15 -04:00
Ryan Curtin 78c310b0f7 Update version to next release version. 2019-05-26 23:08:12 -04:00
Ryan Curtin b3b9b199b1 Update version to 3.1.1. 2019-05-26 23:08:08 -04:00
Ryan Curtin 01f6685bc6 Update history with correct release date. 2019-05-26 23:08:04 -04:00
Ryan Curtin 9a8abc7559 Add licenses to files that were missing them. 2019-05-26 23:07:26 -04:00
Shikhar Jaiswal 2414da2c43 Merge pull request #1902 from rcurtin/rf-test-fix
Make random forest tests more robust
2019-05-27 03:15:17 +05:30
Ryan Curtin 65506ef3d1 Fix typo. Thanks @favre49. :) 2019-05-26 00:15:39 -04:00
Shikhar Jaiswal 2983cf3952 Merge pull request #1813 from saksham189/testFix
Fix O'Reilly GAN Test
2019-05-25 18:28:36 +05:30
Ryan Curtin f9327d873f Make tests more robust. 2019-05-25 00:43:16 -04:00
Ryan Curtin bb0787de7d Merge branch 'rcurtin-rf-fix' 2019-05-23 00:12:28 -04:00
Ryan Curtin c7a954fdcf Merge branch 'rf-fix' of https://github.com/rcurtin/mlpack into rcurtin-rf-fix 2019-05-23 00:12:16 -04:00
Ryan Curtin 5891bc9220 Merge branch 'rcurtin-ensmallen-install' 2019-05-23 00:05:41 -04:00
Ryan Curtin 722851f879 Merge branch 'ensmallen-install' of https://github.com/rcurtin/mlpack into rcurtin-ensmallen-install 2019-05-23 00:05:29 -04:00
Ryan Curtin 64f8400540 Merge branch 'jeffin143-confusionmatrix' 2019-05-22 00:48:29 -04:00
Ryan Curtin a13ce086bd Some style changes and grammatical fixes, and update HISTORY. 2019-05-22 00:48:10 -04:00
Ryan Curtin 333c363fe8 Merge branch 'confusionmatrix' of https://github.com/jeffin143/mlpack into jeffin143-confusionmatrix 2019-05-22 00:23:57 -04:00
Ryan Curtin 26389bff12 Fix grammatical error. 2019-05-22 00:04:09 -04:00
Ryan Curtin 44d09d804f Install ensmallen headers when downloaded during build. 2019-05-21 00:36:07 -04:00
Shikhar Jaiswal 3389a40ecd Merge pull request #1898 from rcurtin/python-quickstart-fix
Python spacing fix
2019-05-20 13:59:01 +05:30
Ryan Curtin 032c85114e Merge branch 'Yashwants19-patch-2' 2019-05-18 03:02:03 -04:00
Ryan Curtin 710b665888 Fix some style issues. 2019-05-18 03:01:19 -04:00
Ryan Curtin 9cc2220527 Merge branch 'patch-2' of https://github.com/Yashwants19/mlpack into Yashwants19-patch-2 2019-05-18 02:50:55 -04:00
Ryan Curtin 9748658f90 Fix static code analysis issues. 2019-05-18 02:47:33 -04:00
Yashwant Singh Parihar 0e5f26199e Resolve Style Checks 2019-05-18 08:44:29 +05:30
Yashwant Singh Parihar 0cd96b0152 Fix Static Code 2019-05-18 08:31:22 +05:30
Yashwant Singh Parihar 8759eb8e0c Fix Static Code 2019-05-18 08:30:24 +05:30
Yashwant Singh Parihar 8f26dd4d2e Fix Static Code 2019-05-17 20:16:23 +05:30
Ryan Curtin 6f13f8fb84 Fix spacing issue for Python matrices and vectors. 2019-05-16 21:23:22 -04:00
Ryan Curtin 86108739ab Add tests to ensure required matrix parameters go in right. 2019-05-16 21:23:12 -04:00
Ryan Curtin 86e2c5aa61 Fix incorrect shapes for accuracy computation. 2019-05-16 21:22:55 -04:00
Ryan Curtin 7b584bde86 Changes suggested by Marcus. 2019-05-16 18:18:35 -04:00
Yashwants19 56c9e920be Resolve Static Code Analysis Checks 2019-05-15 17:43:11 +05:30
Shikhar Jaiswal c2399b78a7 Merge pull request #1897 from zoq/concat_style_fix
Concat layer minor style fixes.
2019-05-15 14:29:49 +05:30
Yashwants19 bf4ba4cabb Resolve Style Checks 2019-05-15 07:22:07 +05:30
Yashwants19 bff99ba60a Update fastmks_impl.hpp 2019-05-15 07:15:59 +05:30