Commit Graph
24975 Commits
Author SHA1 Message Date
Omar Shrit 8de0d4841c Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-03 12:58:14 +02:00
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 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
Omar Shrit 01cae18611 Remove windows platforme it does not help
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-02 14:16:28 +02:00
Aakash Kaushik 5bf20af8bd Merge branch 'softmin_func' of https://github.com/Aakash-kaushik/mlpack into softmin_func 2020-10-02 16:52:04 +05:30
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
Yashwant 76c521dfe4 Stop github actions running on a forked repo. 2020-10-02 08:46:09 +05:30
Ryan Curtin 051b80b72e Merge pull request #2626 from UtR491/issue-2590
Add WeightSize() to Linear, Add and Atrous Convolution layers.
2020-10-01 21:09:08 -04:00
Omar Shrit 8210f9e3fb Let us see if adding platform helps here
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-02 00:24:03 +02:00
Omar Shrit cfdc94977f Remove serialization and option from appveyor
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-02 00:21:20 +02:00
Omar Shrit 5e16d85925 Remove boost program options + serialization, Add cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-01 19:24:33 +02:00
Omar Shrit ffe81a3428 Increase the limit of the memory for pre compiled header to 400
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-01 19:14:37 +02:00
Omar Shrit 54c79bbaae Uncomment large tests
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-01 15:50:30 +02:00
Omar Shrit 7b49c9615c Add Zm flag inside CMakeLists
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-01 15:48:14 +02:00
kartikdutt18 8f98a2ec67 Merge pull request #2638 from Aakash-kaushik/loss_functions_test
Loss_function_test from boost to catch2
2020-10-01 17:16:16 +05:30
Yashwant 56873eff93 Specify platform in windows build. 2020-10-01 12:21:22 +05:30
Yashwant a0513c0a65 Install roxygen2. 2020-10-01 10:45:19 +05:30
Yashwant d21a6ab8a1 rcmdcheck doesn't for building mlpack_r_tarball. 2020-10-01 09:26:49 +05:30
Yashwant 66c7f2c70e Install R-bindings dependencies separately. 2020-10-01 09:15:40 +05:30
Yashwant 2082d3c685 Windows fix. 2020-10-01 08:13:40 +05:30
Yashwant 07ef7872a5 Auto Cancel build on new push and enable cache for build. 2020-10-01 08:11:42 +05:30
Omar Shrit ee3592032f Comment the true line
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-30 23:31:24 +02:00
Aakash kaushik 49ce4bdcf0 Merge pull request #6 from mlpack/master
Updated with mlpack master
2020-10-01 01:32:26 +05:30
Omar Shrit 3ea0f14c2c Comment test to see if we can pass the heap issue
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-30 19:42:14 +02:00
Omar Shrit b6212c58a5 Let us increase the memory size in the heap
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-30 16:20:28 +02:00
Utkarsh Rai 44881c0a52 Test for WeightSetVisitor and WeightSizeVisitor 2020-09-29 15:04:54 +05:30
Omar Shrit 8085cb0621 Resolve doube make_unique definition in VS
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-28 18:20:26 +02:00
Aakash Kaushik 9dddc782e3 tests changed 2020-09-28 10:22:23 +05:30
Aakash Kaushik c42981346d tests changed 2020-09-28 10:20:14 +05:30
Ryan Birmingham 64dda1387d Merge pull request #2586 from mikkac/pca_catch_ut
Migrate PCA related tests from boost to catch2
2020-09-27 23:43:14 -04:00
Aakash Kaushik 65dc4b4f0f notations changed from decimal to scientific 2020-09-27 23:23:31 +05:30
Aakash Kaushik 9aad9c402b fixed tests 2020-09-27 23:17:49 +05:30
Aakash Kaushik 790d7122b8 fixed tests 2020-09-27 23:15:07 +05:30
Aakash Kaushik 206409fb1a migrated loss_functions_test from boost to catch2 2020-09-27 22:17:52 +05:30
Aakash Kaushik e5fc7fbc01 changed in cmake file 2020-09-27 21:03:03 +05:30
Aakash Kaushik 9c2872ae19 migrated mean_shift_test from boost to catch2 2020-09-27 20:59:58 +05:30
Aakash Kaushik e4ce2ddf90 main/mean_shift_test.cpp from boost to catch2 2020-09-27 20:13:03 +05:30
Aakash Kaushik 45876d0a6e corrected the test cases 2020-09-27 13:37:42 +05:30
Aakash Kaushik 9229c215cd reverted changes to main/mean_shift_test.cpp 2020-09-27 09:39:40 +05:30
Aakash Kaushik 4175859a2a fixed backward function 2020-09-27 08:06:40 +05:30
Aakash Kaushik e33a39aea1 catch2 for mean_shift_test.cpp 2020-09-27 03:04:48 +05:30
Utkarsh Rai b4654a2089 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.
2020-09-26 15:32:14 +05:30
Omar Shrit 4084845e23 Make ctest execute on only one core for windows
Since we are getting out of heap space we need such a solution

Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-25 20:15:23 +02:00
Omar Shrit fc2df27d16 set MaxCpuCount to false instead of 1
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-25 18:31:15 +02:00
Ryan Birmingham 5135712dc2 Merge pull request #2631 from Abilityguy/master
Migrating Random Forest tests from boost to catch2
2020-09-25 10:42:43 -04:00
Anush V Kini 4de3fcbf6c Migrating Random Forest tests from boost to catch2 2020-09-24 00:14:38 +05:30