Commit Graph
26558 Commits
Author SHA1 Message Date
Rishabh Garg 8d3a7d7799 Added forgotten import and fixed test 2021-07-12 10:04:24 +05:30
Rishabh Garg 80a094e545 Added mad gain implementation and tests 2021-07-12 10:04:05 +05:30
Aakash kaushik 42071e92be Addition of ReLU6 (#3009)
* relu6 files added

* add into layer's cmake

* added tests

* applied suggestions

* comment about torch values in tests
2021-07-12 09:36:46 +05:30
Ryan Curtin 0833836b75 Merge pull request #3005 from shrit/boost_container
Remove this boost pointer vector header.
2021-07-08 17:53:25 -04:00
jeffin sam 0abd3a462e Merge pull request #2998 from shrit/remove_boost_enable_if
Replace boost enable if by std::enable_if
2021-07-04 02:05:27 +05:30
Ryan Curtin 71f8c60902 Merge pull request #2952 from shrit/add_install_step
Adding the missing installation step for the Autodownloader
2021-07-02 18:23:35 -04:00
Omar Shrit bbb8b4b640 Fix IsStdVector
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 17:42:34 +02:00
Omar Shrit a27700b072 Fix regexp error
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 17:31:05 +02:00
Omar Shrit 0c7b38f17e Fix is_arma_type
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 17:17:05 +02:00
Omar Shrit 1beac191ad Break line on HasSerialize
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 17:11:37 +02:00
Omar Shrit 5cbf8f81d7 Fix std::is_same<T, std::string> style issue
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 16:58:01 +02:00
Omar Shrit af6254d49b Remove another boost version header
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 16:00:37 +02:00
Omar Shrit 3280679273 Remove another headers
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 15:45:30 +02:00
Omar Shrit 71bc9f6dad This one is dangerous..
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 14:58:46 +02:00
Omar Shrit e664bb022b Remove this boost pointer vector header.
Why it is here in the first place?

Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-02 14:49:10 +02:00
Aakash kaushik 433d27bcb1 Move Sequential layers to LayerTypes (#3004)
* Move layers to LayerTypes

* remove extra line
2021-07-02 09:32:02 +05:30
Omar Shrit 3f0a40fa10 Do the first line with regexp
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-01 23:47:50 +02:00
Omar Shrit 68bb344cc1 Fix some of them manually, but great solution
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-07-01 23:32:42 +02:00
Omar Shrit 4fea37fc2a No need for Asterix
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-29 12:27:25 +02:00
Omar Shrit e6ead307ef Let us test the asterix solution *
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-29 12:03:01 +02:00
Ryan Curtin 771e97ecc2 Merge pull request #2954 from shrit/check_blas
Check for blas and Lapack before downloading armadillo
2021-06-28 17:20:22 -04:00
Ryan Curtin fff3d691d1 Merge pull request #2994 from shrit/fix_comments
Fix small bug JSON -> txt
2021-06-28 17:19:42 -04:00
jeffin sam 7cf4688000 Merge pull request #2999 from Aakash-kaushik/ser
Corrects wrong serialization for BatchNorm and Virtual BN
2021-06-29 02:05:33 +05:30
Aakash Kaushik 96703ce69d correcting serialization param 2021-06-28 21:54:38 +05:30
Omar Shrit 2e0b7980e5 Forgetten one..
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-27 17:31:25 +02:00
Omar Shrit dc28faa8b4 Finish with tests
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-27 17:25:23 +02:00
Omar Shrit 3c7d044227 Fix value::value, even if it has passed the tests
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-27 17:22:17 +02:00
Omar Shrit c6e76d5919 GO also, could not check it locally, hard to install gonum
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-27 17:20:27 +02:00
Omar Shrit fe7bfbbb78 Python Binding now...
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-27 16:57:27 +02:00
Omar Shrit 863c5672e5 Add the R bindings
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-27 16:29:36 +02:00
Omar Shrit 7e6dea5496 Ooops, a missing file
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-26 20:37:52 +02:00
Omar Shrit 20e114a824 Yeah, Julia bindings too.
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-26 20:31:18 +02:00
Omar Shrit 88ddd5baf4 Yeah, markdown have changed now
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-26 19:38:24 +02:00
Omar Shrit 632b43b467 Compiling, remove boost_enable_if entirely from CLI binding
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-26 18:54:19 +02:00
Omar Shrit 93de3217f2 Remove half of boost in this directory
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-26 18:04:37 +02:00
Omar Shrit 3740a1ac7c First successful test
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-26 17:05:57 +02:00
Marcus Edel 0d9de4b541 Merge pull request #2993 from shrit/is_same
Use std::is_same instead of boost::is_same.
2021-06-25 18:01:25 -04:00
Marcus Edel 1a4fc23789 Merge pull request #2959 from abh2k/channel
Implemented channel shuffle.
2021-06-24 20:01:26 -04:00
abh2kandkartikdutt18 6f0ee6d014 Update src/mlpack/methods/ann/layer/channel_shuffle_impl.hpp
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
2021-06-24 20:21:06 +05:30
Ryan Curtin 4c0dae676c Merge pull request #2992 from zoq/style-fix-3
Style fixes (line length, extra spaces, newline).
2021-06-23 15:41:25 -04:00
Marcus Edel 89e2ca2ec5 Merge pull request #2989 from abh2k/patch-1
Improved speed of lp forward pass.
2021-06-22 20:20:17 -04:00
Marcus EdelandRyan Curtin 8c09b1f4a7 Apply suggestions from code review.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-06-22 12:47:25 -04:00
Omar Shrit f1adf41a2e Fix small bug JSON -> txt
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-22 14:17:06 +02:00
Omar Shrit bcb3735a67 Use std::is_same instead of boost::is_same
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-22 14:12:57 +02:00
Marcus Edel 9fc0513b26 Style fixes (line length, extra spaces, newline). 2021-06-22 03:34:04 +02:00
Ryan Curtin 68ff28175d Merge pull request #2988 from rcurtin/rl-ens-include
Include ensmallen so ENS_VERSION_MAJOR is defined.
2021-06-21 08:00:17 -04:00
abh2kandkartikdutt18 a08bbf1316 Apply suggestions from code review
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
2021-06-21 14:18:52 +05:30
abh2k 83207c4439 Use arma::pow to use fast armadillo computation 2021-06-21 12:10:20 +05:30
abh2k 821a2f2712 Update lp_pooling.hpp 2021-06-20 23:18:39 +05:30
Marcus Edel a888b569e2 Merge pull request #2980 from rcurtin/dataset-info-resize-fix
LoadCSV: only reset the DatasetMapper if the dimensionality is wrong.
2021-06-20 12:13:06 -04:00