Commit Graph
15413 Commits
Author SHA1 Message Date
Shubham Agrawal dbf6edfe85 added documentation 2022-07-12 12:27:56 +08:00
Shubham Agrawal d6af0edc8c added test 2022-07-11 15:24:55 +08:00
Shubham Agrawal 12c8d2da8b minor bug 2022-07-10 00:55:04 +08:00
Shubham Agrawal fa43d9f951 Identity Layer implementation 2022-07-09 20:52:57 +08:00
Shubham Agrawal 11be05258a Merge branch 'mlpack:master' into grp-conv 2022-07-03 11:41:34 +05:30
Ryan Curtin d039a675db Merge pull request #3224 from shubham1206agra/lambda-map-reduce
AddMerge Layer Implementation
2022-07-02 10:23:15 -04:00
conradsnicta b1411f07a9 avoid deprecation warnings in armadillo 11.2+ (#3235) 2022-07-01 01:00:56 +00:00
Shubham Agrawal cd160c0e9c memory leak fix 2022-06-30 18:59:10 +05:30
Shubham Agrawal b3ade109fc forgot another one :) 2022-06-28 20:05:06 +05:30
Shubham Agrawal 9e7bddf8ce forgot gradient change 2022-06-28 20:03:40 +05:30
Shubham Agrawal 4959e7c5ed correction to weight slice access 2022-06-28 19:12:52 +05:30
Shubham Agrawal a09b3612fa Update adaptive_mean_pooling_impl.hpp
Fixed Serialization issue.
2022-06-26 17:28:27 +05:30
Shubham Agrawal 5fd7fc3595 Update adaptive_max_pooling_impl.hpp
Fixed serialization issue.
2022-06-26 17:26:54 +05:30
Shubham Agrawal 89cc6ab303 correcting move constructors 2022-06-25 14:41:43 +05:30
Shubham Agrawal 5d2c9264e2 added doc for test 2022-06-24 10:51:33 +05:30
Shubham Agrawal 88760022ae changes acc to suggestions 2022-06-24 10:36:01 +05:30
Shubham Agrawal 62ae5c6407 Deleted useless files 2022-06-23 19:05:40 +05:30
Shubham Agrawal 2a03be5bf6 change test to use typecast 2022-06-23 19:04:34 +05:30
Shubham Agrawal 588099bb2e added test acc to suggestion. 2022-06-23 12:14:49 +05:30
Shubham Agrawal 865af5d809 Merge branch 'master' into lambda-map-reduce 2022-06-23 09:51:46 +05:30
Ryan Curtin 23673e38e1 Merge pull request #3225 from rcurtin/reenable-reinforcement-learning-tests
Reenable reinforcement learning tests and adapt `Concat`
2022-06-22 22:26:55 -04:00
Shubham Agrawal a021286969 Removing extra call to SetNetworkMode 2022-06-21 20:22:16 +05:30
Shubham AgrawalandRyan Curtin 34c50e8109 Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2022-06-18 10:34:55 +05:30
Ryan Curtin f6119dc701 Add back in RewardClippingTest too. 2022-06-17 21:37:12 -04:00
Shubham Agrawal df591b290f correction in ann layers 2022-06-17 17:54:30 +05:30
Ryan Curtin 35a45840a7 Fix minor bugs in SAC. 2022-06-16 23:09:49 -04:00
Ryan Curtin 9399283aff Specifying the input size is no longer necessary. 2022-06-15 22:58:49 -04:00
Ryan Curtin de329c9c9f Adapt Q-learning network types to new API. 2022-06-15 22:58:26 -04:00
Ryan Curtin 3880da3f3e Fix Concat layer for batchSize > 1. 2022-06-15 22:58:00 -04:00
Shubham Agrawal 07bbc016bb changes acc to suggestions. 2022-06-15 19:59:22 +05:30
Ryan Curtin 23ce23cd0a Fix SimpleConcatenateLayerTest. 2022-06-13 20:29:04 -04:00
Ryan Curtin 6f4bbf9e39 Fix gradient computation for Concat layer. 2022-06-13 19:57:46 -04:00
Shubham Agrawal 97dbe1a914 removed unused code 2022-06-13 20:45:41 +05:30
Shubham Agrawal ee52187afd changed to residual layer 2022-06-13 20:43:21 +05:30
Ryan Curtin 45f7b4a517 Some test cleanups. 2022-06-13 09:29:25 -04:00
Ryan Curtin 579429ab1b Use layer input dimensions to compute sizes instead of OutputSize(). 2022-06-13 09:28:34 -04:00
Ryan Curtin 490886abed Fix size of gradient matrix to match what is expected. 2022-06-13 09:28:10 -04:00
Ryan Curtin 3510c0ac08 Compute output dimensions correctly. 2022-06-13 09:27:46 -04:00
Ryan Curtin 8d785f01de Adapt and fix some tests. 2022-06-11 10:53:56 -04:00
Ryan Curtin 3e6c2a222c Pass an empty matrix instead of -1. 2022-06-11 10:53:48 -04:00
Ryan Curtin fa7b6b701f Remove unused inputDim parameter. 2022-06-11 10:53:34 -04:00
Ryan Curtin b4d2adbc67 Some minor bugfixes (but not totally fixed yet). 2022-06-11 10:53:16 -04:00
Shubham Agrawal dd24cc652f small mistake in writing tests 2022-06-11 18:27:21 +05:30
Shubham Agrawal 0832bb75c2 Merge branch 'mlpack:master' into lambda-map-reduce 2022-06-11 11:55:55 +05:30
Shubham Agrawal 481dd67a1e size issue logs 2022-06-10 18:35:47 +05:30
Shubham Agrawal 7aad8b81f0 size issue logs 2022-06-10 17:20:00 +05:30
Shubham Agrawal cdf2912074 operator issue in vector 2022-06-10 14:37:06 +05:30
Shubham Agrawal 6cf0a0eb7c small mistake. 2022-06-10 10:51:22 +05:30
Shubham Agrawal 59b487f221 removing syntax error. 2022-06-10 10:19:46 +05:30
Marcus Edel 5c93ed80f0 Merge pull request #3206 from shubham1206agra/adaptive-pooling
Adaptative Pooling layer.
2022-06-09 23:56:49 -04:00