Omar Shrit
e4ecc87090
Pointer wrapper to serialize raw pointer with cereal
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-07-05 23:04:05 +02:00
Omar Shrit
9ff99799ea
Another tests that I have done by changing the pointer_wrapper
...
Only you have to change name to do tests
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-07-05 23:03:52 +02:00
Omar Shrit
11e7f1e6ee
Adding a pointer wrapper.
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-07-05 23:03:00 +02:00
Omar Shrit
88f2be8538
Merge branch 'master' into cereal
2020-07-05 22:57:10 +02:00
Ryan Curtin
4eb47775fe
Merge pull request #2489 from rcurtin/cli-fatal-cleanup
...
Remove unnecessary Log::Fatal `ignoreInput` settings
2020-07-05 14:01:21 -04:00
Ryan Birmingham
148e89761d
Merge pull request #2502 from rcurtin/update-soversion
...
Update to soversion libmlpack.so.3.3
2020-07-05 09:28:08 -04:00
Ryan Curtin
5a0c0a2a10
Update to soversion libmlpack.so.3.3 (this should have happened earlier, sorry).
2020-07-04 17:00:14 -04:00
Mrityunjay Tripathi
661bcfd3eb
change variable name reduction to mean
2020-07-03 22:47:34 +05:30
Mrityunjay Tripathi
9c496efae3
Merge branch 'master' of https://github.com/mlpack/mlpack into poisson_nll_loss
2020-07-02 21:13:48 +05:30
Ryan Birmingham
7adc6fb89e
Merge pull request #2491 from kartikdutt18/StyleFixes
...
Cellbound Tree Style Fixes.
2020-07-02 09:26:27 -04:00
Ryan Birmingham
77da33b6d1
Merge pull request #2486 from rcurtin/arff-fixes
...
Some fixes for the ARFF loader
2020-07-02 01:18:21 -04:00
kartikdutt18
ae35793e7b
Style Fixes
2020-07-01 23:11:21 +05:30
Mrityunjay Tripathi
62f9e3ef7d
Merge branch 'master' of github.com:mrityunjay-tripathi/mlpack into poisson_nll_loss
2020-07-01 22:27:04 +05:30
Ryan Curtin
75b2fd6b74
Fix little style issues.
2020-07-01 09:34:14 -04:00
Mrityunjay Tripathi
6638cf72bf
remove check from Backward
2020-07-01 11:35:55 +05:30
Ryan Curtin
08d107a225
Fix equation definition.
2020-06-30 18:22:09 -04:00
Ryan Curtin
2b726e02c9
Remove unnecessary Log::Fatal input ignores.
2020-06-30 18:08:11 -04:00
Mrityunjay Tripathi
a547d43145
adding tests for logInput = false
2020-06-30 23:50:23 +05:30
Mrityunjay Tripathi
71eb4eda69
check if probs are in range [0, 1]
2020-06-30 23:20:29 +05:30
Mrityunjay Tripathi
4b944c5a39
adding more tests
2020-06-30 22:52:21 +05:30
Omar Shrit
c4810b16c0
Remove included cereal header during testing
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
cca27dc4c4
Remove cereal header from this methode
...
Already included no need to re-include them
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
769a702a5d
Include boost variant support for cereal
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
7dfe2cb8d8
It seems that cereal does not like const qualifier
...
This is the first type I was able to compile cereal::make_array
Not tested, only compiling.
The implementation is based on boost serialization
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
39802814e0
Change format from text to json
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
9154418594
Move from boost serialize to cereal in Armadillo
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
b60c27d281
Adding core/cereal
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
3a8702cf22
Replace boost serialization headers by cereal
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
a3a19e1e5a
Adding an array wrapper for cereal to have make_array
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
9c3f824eab
The last one boost::serialization --> cereal
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
c73ff38557
boost::serialization --> cereal tests/
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
5bd3cd74d1
boost::serialization --> cereal bindings/
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:30 +02:00
Omar Shrit
d9f50304f4
boost::serialization --> cereal core/data core/util
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:13:17 +02:00
Omar Shrit
ce2a8b27c7
boost::serialization --> cereal core/tree
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
263f5ad738
BOOST::SERIALIZATON --> CEREAL tests/
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
8cc66f8558
BOOST::SERIALIZATON --> CEREAL core
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
354e470aac
BOOST::SERIALIZATION --> CEREAL core/dists
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
e54de631a7
BOOST::SERIALIZATION --> CEREAL core/kernels
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
b701673f40
change boost friend class to cereal
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
3d1a2694d1
BOOST::SERIALIZATON -> CEREAL core/tree
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
028a1d3d91
BOOST::SERIALIZATION --> CEREAL in core/data
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
4443f0ebc0
Global replace of BOOST::SERIALIZARTION by CEREAL
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
df523c6316
Remove boost::backport serialization,
...
Remember we need to remove all of boost from this file
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
4eeeafd53f
Remove only boost backported serialization
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:44 +02:00
Omar Shrit
602204bc54
Remove old backported boost serilization
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:11:34 +02:00
Omar Shrit
d3bf8dd80f
Finally compiling...(Keep version instead of removing it)
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:10:28 +02:00
Omar Shrit
4fc9029154
Remove all boost serialization stuff.
...
Remove added functions also
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:10:28 +02:00
Omar Shrit
e83d84fecf
Add Roberto modifications into this branch
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:10:28 +02:00
Omar Shrit
4f81f30247
Change the loader type from boost into cereal
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:07:31 +02:00
Omar Shrit
324b2642e5
First try to test cereal instead of boost
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-30 19:07:31 +02:00