Commit Graph
12992 Commits
Author SHA1 Message Date
Omar Shrit 5c618b9141 Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-10 23:25:49 +02:00
kartikdutt18 6b824065e5 Merge pull request #2644 from Aakash-kaushik/range_search_test
Migrate range_search_test from boost to catch2
2020-10-10 17:12:48 +05:30
jeffin sam 660170c2c2 Merge pull request #2654 from jeffin143/lars-lin-layer
Migrate layers_names, line_alg and lars test to catch2
2020-10-10 03:10:19 +05:30
Aakash Kaushik 76133b4f3f style guide changes 2020-10-09 09:24:24 +05:30
Ryan Birmingham 5a41a3bcfc Merge pull request #2645 from Abilityguy/master
Migrate metric test from Boost to Catch2Migration
2020-10-08 00:02:01 -04:00
jeffin143 8714426393 fix style issues 2020-10-07 15:39:38 +05:30
jeffin samandRyan Curtin d86dba0932 Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-10-07 15:34:00 +05:30
kartikdutt18 0fd5715aa7 Merge pull request #2657 from Aakash-kaushik/fast_impl
Forward implementation changed for softmin and softmax activation function
2020-10-07 15:16:52 +05:30
jeffin sam 518afc7288 Merge pull request #2655 from jeffin143/sort-string-sfinae
Migrate sort_policy, sfinae and string related test to catch2
2020-10-07 02:37:42 +05:30
Omar Shrit 184efcf9d3 Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-06 16:22:34 +02:00
Omar Shrit e3c8f93f42 disable VS15 and enable back cotire
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-06 16:07:05 +02:00
Ryan Curtin d1af492691 Merge pull request #2584 from jeffin143/catch-test-part-2
Catch test part 2
2020-10-06 07:38:13 -04:00
Aakash Kaushik b4c1a40645 indentation fixed 2020-10-06 14:35:08 +05:30
Aakash Kaushik 6e0484dcac static code fix try 2020-10-06 10:49:43 +05:30
Anush V Kini 4fb41ec702 Style fixes 2020-10-06 09:09:12 +05:30
Aakash Kaushik 0b83c2add0 Revert "updating range_search_test with mlpack/master (#7)"
This reverts commit 403b11ebbe.
2020-10-06 01:21:24 +05:30
Aakash Kaushik f326b6e86b tests with same name changed 2020-10-06 01:14:13 +05:30
Aakash Kaushik 785def258a reverted changed test names 2020-10-06 00:44:53 +05:30
403b11ebbe updating range_search_test with mlpack/master (#7)
* softmin activation function added

* shift added

* shift changed for inputmax to inputmin

* Test added for softmin forward function

* errors fixed

* suggested changes

* forward function fixed

* added softmin to HISTORY.md

* forward result calculation source changed

* space added in comment

* backward function added

* backward test function added, values left

* Added WeightSize() to

linear.hpp
atrous_convolution.hpp
add.hpp.

* tests made similar to softmax

* conflict fix

* fixed HISTORY.md conflict

* tests made similar to softmax

* Update activation_functions_test.cpp

* Removed header iostream

* Apply suggestions from code review

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
Co-authored-by: Ryan Curtin <ryan@ratml.org>
Include bias term in linear layer.

* catch2 for mean_shift_test.cpp

* fixed backward function

* reverted changes to main/mean_shift_test.cpp

* corrected the test cases

* main/mean_shift_test.cpp from boost to catch2

* migrated mean_shift_test from boost to catch2

* tests changed

* tests changed

* Test for WeightSetVisitor and WeightSizeVisitor

* Fix common failures by increasing threshold

* Typo fix

* Auto Cancel build on new push and enable cache for build.

* Windows fix.

* Install R-bindings dependencies separately.

* rcmdcheck doesn't for building mlpack_r_tarball.

* Install roxygen2.

* Specify platform in windows build.

* Stop github actions running on a forked repo.

* softmin activation function added

shift added

shift changed for inputmax to inputmin

Test added for softmin forward function

errors fixed

suggested changes

forward function fixed

added softmin to HISTORY.md

forward result calculation source changed

space added in comment

backward function added

backward test function added, values left

tests made similar to softmax

conflict fix

fixed HISTORY.md conflict

tests made similar to softmax

Update activation_functions_test.cpp

Removed header iostream

fixed backward function

reverted changes to main/mean_shift_test.cpp

corrected the test cases

tests changed

tests changed

* Fix static issues

* All static issue fixed (hopefully)

* Migrate det and distribution test to catch2

Co-authored-by: Utkarsh Rai <utkarshrai491@gmail.com>
Co-authored-by: kartikdutt18 <kartikdutt@live.in>
Co-authored-by: Yashwant <yashwantsingh.sngh@gmail.com>
Co-authored-by: Ryan Curtin <ryan@ratml.org>
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
Co-authored-by: Ryan Birmingham <birm@gatech.edu>
Co-authored-by: jeffin143 <jeffinsam@karunya.edu.in>
2020-10-06 00:41:50 +05:30
Omar Shrit a887308b86 Add missing header
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-05 20:20:50 +02:00
Omar Shrit e524d1ec0f Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-05 15:11:10 +02:00
Omar Shrit 09a71e1084 Disable cotire for mlpack
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-04 23:15:13 +02:00
kartikdutt18 6ec3912a08 Merge pull request #2653 from jeffin143/det-dt-test
Migrate det and distribution test to catch2
2020-10-05 00:43:49 +05:30
Aakash Kaushik d4c74c74ce fixed static code check 2020-10-05 00:24:05 +05:30
Aakash Kaushik f1928ee679 forward impl change: softmin, softmax 2020-10-04 19:45:36 +05:30
jeffin143 2347fa8d6c Migrate sort_policy, sfinae and string related test to catch2 2020-10-04 12:22:17 +05:30
Anush V Kini ae884356b6 Fixed epsilon values in metric_test 2020-10-04 12:03:25 +05:30
jeffin143 7f8fe869a5 Migrate layers_names, line_alg and lars test to catch2 2020-10-04 11:41:11 +05:30
Omar Shrit 8f9fdfd8c6 Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 23:09:49 +02:00
Omar Shrit d6406f4546 Keep only the RBFN in the second file
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 23:03:06 +02:00
Omar Shrit 948555b20f Re-order function inside the file
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 22:49:19 +02:00
Ryan Curtin c104a2dcf0 Merge pull request #2639 from kartikdutt18/CommonFailures
Increase Threshold for some tests where common failure occurs.
2020-10-03 14:04:56 -04:00
Omar Shrit 5ea02d8728 Correct file name in cmake
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 17:49:40 +02:00
Omar Shrit cee2441d6e Copy required function in the second file
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 17:48:14 +02:00
Omar Shrit 89d598cd79 Split correctly the rnn tests
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 16:55:40 +02:00
Omar Shrit 2cc44b2f54 Revert "Split up recurrent_network_test"
This reverts commit 17f4a934d0.
2020-10-03 16:46:09 +02:00
jeffin143 6cc078d20c Migrate det and distribution test to catch2 2020-10-03 19:46:34 +05:30
Anush V Kini 7720289b34 Removed mean_shift_test.cpp from mlpack_tests in CMakeLists.txt 2020-10-03 18:45:01 +05:30
Omar Shrit 4ba3429f80 Change signature of serialize function to adapt cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 13:00:40 +02:00
Omar Shrit 8de0d4841c Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 12:58:14 +02:00
kartikdutt18 a941fa072a Merge branch 'master' into master 2020-10-03 16:16:56 +05:30
kartikdutt18 27bdc46de8 All static issue fixed (hopefully) 2020-10-03 13:33:48 +05:30
Omar Shrit 17f4a934d0 Split up recurrent_network_test
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-02 22:56:30 +02:00
Omar Shrit 0902a61e6e Split up the wgan test
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-02 22:27:08 +02:00
Omar Shrit b4d833144c Split feedforward_network_test into 2 files
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-02 22:16:48 +02:00
kartikdutt18 2fa2972bb6 Fix static issues 2020-10-02 21:55:53 +05:30
kartikdutt18 6b74871e6c Merge pull request #2621 from Aakash-kaushik/softmin_func
Addition of softmin activation function
2020-10-02 20:46:39 +05:30
Ryan Birmingham 96751b701b Merge pull request #2640 from Aakash-kaushik/mean_shift_test
Mean_shift_test from boost to catch2
2020-10-02 10:27:58 -04:00
Aakash Kaushik ab4230222b softmin activation function added
shift added

shift changed for inputmax to inputmin

Test added for softmin forward function

errors fixed

suggested changes

forward function fixed

added softmin to HISTORY.md

forward result calculation source changed

space added in comment

backward function added

backward test function added, values left

tests made similar to softmax

conflict fix

fixed HISTORY.md conflict

tests made similar to softmax

Update activation_functions_test.cpp

Removed header iostream

fixed backward function

reverted changes to main/mean_shift_test.cpp

corrected the test cases

tests changed

tests changed
2020-10-02 16:50:29 +05:30
kartikdutt18 1ee7c6f07e Merge pull request #2642 from Yashwants19/enable-cancel-and-cache
Enable auto cancel build on new push and cache for build.
2020-10-02 16:04:30 +05:30