Commit Graph
24991 Commits
Author SHA1 Message Date
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 bda6105061 Merge branch 'cereal' of https://github.com/shrit/mlpack into cereal 2020-10-03 17:49:00 +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
shritandYashwant Singh Parihar 629c01f445 Update .github/workflows/main.yml
Co-authored-by: Yashwant Singh Parihar <Yashwantsingh.sngh@gmail.com>
2020-10-03 15:28:36 +02:00
shritandYashwant Singh Parihar 384b5d29e2 Update .github/workflows/main.yml
Co-authored-by: Yashwant Singh Parihar <Yashwantsingh.sngh@gmail.com>
2020-10-03 15:28:23 +02:00
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 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
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
kartikdutt18 a82527d8f1 Typo fix 2020-09-30 21:42:29 +05:30
kartikdutt18 b18ab83d46 Fix common failures by increasing threshold 2020-09-30 21:41:51 +05:30
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