Marcus Edel
e0d930ea31
Use sudo to create the swap file.
2021-10-18 20:51:21 -04:00
Marcus Edel
8c6e1eaeef
Can we create a swap file.
2021-10-18 20:49:30 -04:00
Marcus Edel
05dbdc2108
Check system memory.
2021-10-18 20:43:23 -04:00
Marcus Edel
5eb6405b4a
Single core build only for the core build.
2021-10-18 18:26:33 -04:00
Marcus Edel
f3f8855532
Single core build to lower the memory usage.
2021-10-18 13:17:21 -04:00
Marcus Edel
af9d529e71
Help to change into the correct directory.
2021-10-18 11:09:27 -04:00
Marcus Edel
d9d3122c26
Help to change into the correct directory.
2021-10-18 10:59:09 -04:00
Marcus Edel
14dd23ffb7
The Ubuntu 16.04 image was removed on October 18, so switch to the latest image.
2021-10-18 10:27:14 -04:00
Marcus Edel
7838ef5b24
Use auto-downloader to install armadillo.
2021-10-17 22:01:11 -04:00
Marcus Edel
8932e48fe2
Adjust trials to improve test stability.
2021-10-17 21:59:50 -04:00
Marcus Edel
fa2f849100
Explicitly download dependencies for R CI build.
2021-10-17 20:02:59 -04:00
Marcus Edel
bc57be3b47
Install hdf5 package for the R build workflow.
2021-10-17 16:37:56 -04:00
Marcus Edel
1abba7e581
Fix parameter order warning.
2021-10-17 16:32:56 -04:00
Marcus Edel
0dadc816f0
Adjust trials to improve test stability.
2021-10-17 12:00:14 -04:00
Marcus Edel
8269633d8b
Adjust threshold to improve test stability.
2021-10-17 00:17:04 -04:00
Marcus Edel
68cb6ee00e
Check if we are cross-compiling.
2021-10-16 22:55:47 -04:00
Marcus Edel
329d461768
Lower the memory limit to construct precompiled headers to free some memory.
2021-10-16 22:35:19 -04:00
Marcus Edel
26d03f05c9
Adjust threshold to improve test stability.
2021-10-16 22:33:06 -04:00
Marcus Edel
c479e0df27
To not run image tests if we build without image load support.
2021-10-16 19:10:03 -04:00
Marcus Edel
e5503433d0
The auto-download is disabled by default, so we have to install ensmallen.
2021-10-16 17:56:21 -04:00
Marcus Edel
7ba40bd0e9
Ignore invalid and self signed ssl connection errors.
2021-10-16 17:48:06 -04:00
Marcus Edel
df5f5f4840
Disable auto-download by default.
2021-10-16 17:30:03 -04:00
Aakash kaushik
c3a89f0bd4
Merge pull request #3071 from zoq/gov-update
...
Update NumFOCUS team voting responsibilities
2021-10-08 14:13:05 +05:30
Marcus Edel
dc5d3524b1
Update NumFOCUS team voting responsibilities.
2021-10-07 20:20:30 -04:00
Himanshu Pathak
5d7304677f
Adding copy constructor in convolution layer ( #3067 )
...
* Adding copy constructor in convolution layer
* Adding space in the end
* Adding Spaces
2021-10-05 09:05:59 +05:30
Marcus Edel
1ed59878da
Merge pull request #3068 from shrit/fix_readme
...
Add a missing line for Redhat installation instruction.
2021-10-04 12:48:00 -04:00
Omar Shrit
f7ebbea36b
Add a missing line for Redhat installation
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-10-03 20:16:55 +01:00
Ryan Curtin
db641c20e6
Merge pull request #3065 from mlpack/cli11-header-updates-2.1.1
...
Upgrade CLI11 to 2.1.1
2021-10-01 20:14:57 -04:00
Yashwants19
aa67a91e11
Upgrade CLI11 to 2.1.1
2021-10-01 10:00:30 +00:00
Omar Shrit
9bbd7acca5
Merge pull request #3062 from shrit/clean_reorder_warning
...
Clean reorder warning
2021-09-28 17:08:15 +02:00
Omar Shrit
950064639b
Fix the second reorder warning error
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-26 22:32:39 +01:00
Omar Shrit
fe64277743
Fix first reorder error
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-26 22:30:18 +01:00
Aakash kaushik
a5b0b4409c
Merge pull request #3061 from shrit/remove_unused_paramater
...
Remove ar parameter to avoid the warning
2021-09-26 09:57:48 +05:30
Omar Shrit
b21f30720a
Remove ar parameter to avoid the warning
...
Serialization is not used in this layer, therefore the warning of
unused parameter is becoming annoying when trying to compile the
mlpack_test making it impossible to find different errors in small
terminal. Since we are using boost_visitor, the unfolding of layers
is taking several pages of terminal to print this small warning.
Hoping that this will mitigate one of the warning.
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-23 23:19:09 +01:00
Omar Shrit
7ffc8088ef
Disable autodownload by default ( #2953 )
...
* Disable autodownload be default
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-22 23:05:50 +05:30
Ryan Curtin
f0a669404f
Merge pull request #3034 from rcurtin/r-duplicate-model-fix
...
Attempt to fix double-free of XPtrs for R bindings
2021-09-20 17:52:56 -04:00
Marcus Edel
18f42586cd
Merge branch 'master' into r-duplicate-model-fix
2021-09-18 12:07:40 -04:00
jeffin sam
acdbf4ca41
Merge pull request #3047 from swaingotnochill/split-data
...
Add checks for labels and input sizes for split function
2021-09-16 22:40:56 +05:30
Ryan Curtin
45de6e11e4
Merge pull request #3056 from shrit/clean_io_impl
...
Remove io_impl empty file
2021-09-09 20:53:44 -04:00
Omar Shrit
030e669e45
Remove io_impl empty file
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-09 21:06:22 +02:00
Roshan Swain
b57e8cab54
fixed size check test
2021-09-04 20:48:18 +05:30
Roshan Swain
34030e8034
fixed matrix label type
2021-09-04 20:44:13 +05:30
Ryan Curtin
e02ab3be54
Document Armadillo version policy. ( #3048 )
2021-09-01 02:31:50 +02:00
Marcus Edel
bee9b848dd
Bump minimum Armadillo version to 9.800 ( #3043 )
2021-08-31 15:41:25 +02:00
Roshan Swain
ba90e9bb11
add checks for labels and input sizes for split function
2021-08-31 15:50:20 +05:30
jeffin sam
c9b6057bd0
Merge pull request #3045 from vincent-courson/Addapt_mlpackFindPackage
...
Change CMAKE_SOURCE_DIR to CURRENT_SOURCE for easily import mlpack in Project
2021-08-30 21:36:33 +05:30
Vincent Courson
77cd3efcc7
Change CMAKE_SOURCE_DIR to CURRENT_SOURCE for easily import mlpack in Project
2021-08-30 03:38:07 +02:00
abh2k and Abhinav-Aidash
7c99839e51
group norm implementation ( #3028 )
...
* Add Group norm layer implementation.
Co-authored-by: Abhinav-Aidash <85210822+Abhinav-Aidash@users.noreply.github.com >
2021-08-24 14:59:42 -04:00
Ryan Curtin
4c40e4e5fb
Only use one core to build.
2021-08-18 10:32:28 -04:00
Ryan Curtin
33cf3736cb
Oops, fix compression option.
2021-08-17 16:01:18 -04:00