Commit Graph
26491 Commits
Author SHA1 Message Date
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
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
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
Ryan Curtin 6428557f47 Include ensmallen so ENS_VERSION_MAJOR is defined. 2021-06-18 20:57:25 -04:00
Ryan Curtin 1313b4eebd Merge pull request #2983 from shrit/boost_headers
I do think these headers are useless here in this file.
2021-06-17 19:34:18 -04:00
Ryan Curtin ae173028df Merge remote-tracking branch 'origin/master' into dataset-info-resize-fix 2021-06-17 09:20:50 -04:00
Aakash kaushik 64b9d63f02 Padding layer fix for multiple filters (#2985)
* padding fix for multiple filters

* padding for single and multiple layers

* add tests and comments

* zero output fix(forgot to assign to subcube)

* fixed the implementation

* applying suggestions

* tests failed because of wronginputdims that i gave

* correct outputHeight and width

* fix failing test

* final test fix

* tests pass
2021-06-17 15:38:54 +05:30
Ryan Curtin 710380bc9d Merge pull request #2974 from rcurtin/r-fix-attempt
Try to fix R build
2021-06-16 20:28:36 -04:00
Ryan Curtin e48e4b7e81 Use SetDimensionality(); the constructor will lose the policy. 2021-06-16 14:24:42 -04:00
Omar Shrit 218e13843f Re-organize header, I am confused now
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-16 16:14:41 +02:00
Omar Shrit ad2c512be2 Adding the missing boost headers.
Still surprised were the headers removal hits.

Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-16 14:32:17 +02:00
Ryan Curtin 346b0c893a Oops, don't remove rcmdcheck. 2021-06-15 17:37:56 -04:00
Ryan Curtin 4fc6a91d10 What if all I needed to do was disable the cache? 2021-06-15 17:37:08 -04:00
Ryan Curtin b4dd229c94 Wow! It worked! Now can I simplify it? 2021-06-15 13:50:42 -04:00
Omar Shrit a6c0087fcc I do think these headers are useless here in this file.
Let us see if the CI agrees with me.

Signed-off-by: Omar Shrit <omar@shrit.me>
2021-06-15 18:49:54 +02:00
Ryan Curtin 5c21ce9d02 Another attempt at a syntax fix. 2021-06-15 11:37:28 -04:00
Ryan Curtin 464b31d6ed Try to fix syntax. 2021-06-15 11:35:35 -04:00
Ryan Curtin 12ecedfeb9 Reinstall remotes. 2021-06-15 08:24:45 -04:00
Ryan Curtin b4592ac448 I wonder what will happen if I do this? 2021-06-14 17:17:32 -04:00
Ryan Curtin f6f59726a3 Another one... 2021-06-14 14:54:39 -04:00
Ryan Curtin 2fc791085f Update history. 2021-06-14 14:53:44 -04:00
Ryan Curtin 7d416ed4a3 Update documentation so it is correct. 2021-06-14 14:51:56 -04:00
Ryan Curtin 0de456e90e Only reset the DatasetMapper if the dimensionality is wrong. 2021-06-14 14:46:32 -04:00
Ryan Curtin 62f7db4f26 Another package... 2021-06-14 08:04:44 -04:00
Ryan Curtin ca188e2d4f Okay, another package... 2021-06-13 19:05:08 -04:00
Ryan Curtin 0c6418b5cc Not sure about this one... 2021-06-13 13:14:20 -04:00
Ryan Curtin d3c7522f2c Another package to reinstall... 2021-06-13 11:07:25 -04:00
Ryan Curtin 303b3100b6 Actually I think I am getting close now... 2021-06-13 08:36:20 -04:00
Ryan Curtin 11e387881b Well it seems like maybe this strategy is working. 2021-06-12 08:30:02 -04:00
Ryan Curtin c4ab2c8dac Maybe reinstalling the ps package will help. 2021-06-11 20:11:20 -04:00
Ryan Curtin 10cd215769 Oops, I forced in the wrong place. 2021-06-11 17:08:11 -04:00
Ryan Curtin 220fc370b1 What if we force reinstallation? 2021-06-11 14:54:49 -04:00
Marcus Edel 58869b57c5 Merge pull request #2957 from abh2k/mean_backward
Improved  speed of mean_backward under certain condition.
2021-06-11 13:33:00 -04:00
Ryan Curtin 6d39a7095e Merge remote-tracking branch 'origin/master' into r-fix-attempt 2021-06-10 16:37:06 -04:00
Ryan Curtin 274f85525a Merge pull request #2976 from rcurtin/cmake-3.20-fix-maybe
Try to fix CI with CMake 3.20
2021-06-10 16:36:50 -04:00
Ryan Curtin 8d67c9dad4 Safer unpacking of Armadillo sources. 2021-06-10 11:41:48 -04:00
Ryan Curtin 7957eac1b8 I wonder if this will fix the issue? 2021-06-09 17:48:21 -04:00
Marcus Edel 66eecdc48d Merge pull request #2970 from rcurtin/julia-serialize-len
Julia: serialize the length of the model.
2021-06-08 22:08:56 -04:00
Ryan Curtin e9467cee01 Some more attempts to get more output. 2021-06-08 19:56:21 -04:00
Ryan Curtin a51db0bce3 I wonder if this will do anything? 2021-06-08 10:18:18 -04:00
Ryan Curtin b2581bdd65 Just disable the cache entirely because I failed to do it right last try... 2021-06-07 22:09:50 -04:00
Ryan Curtin 3a35be6d83 Maybe disable the cache? 2021-06-07 18:56:07 -04:00
Ryan Curtin d0e8351126 Update history. 2021-06-07 13:13:04 -04:00