Ryan Curtin
55c5d3f23b
Fix static code analysis issue.
2020-12-15 20:25:56 -05:00
Ryan Curtin
6b3df364e5
Merge remote-tracking branch 'origin/master' into rds
2020-12-06 00:08:57 -05:00
Ryan Curtin
c06c532279
Merge pull request #2742 from shawnbrar/patch-1
...
Added Copyright statement
2020-11-28 12:14:18 -05:00
Ryan Curtin
c0cf1cf42b
Merge pull request #2737 from shrit/strange_chars
...
Remove strange characters situated at the end of each line
2020-11-28 12:13:58 -05:00
Ryan Curtin
49f13e5968
Merge pull request #2729 from rxng8/noisylinearcopymovingpure
...
Add copying and moving constructor for NoisyLinear layer
2020-11-27 13:31:26 -05:00
Ryan Curtin
d38ed6e7e3
Merge pull request #2712 from jeffin143/boost-cleanup
...
some boost cleanup
2020-11-27 13:29:36 -05:00
shawnbrar
73299a6d07
Added Copyright statement
...
Pull Request 2624
2020-11-27 08:33:58 +01:00
Omar Shrit
451c5fde74
Fix these dataset too from windows ending
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-11-26 11:32:00 +01:00
Omar Shrit
4028ef8de1
Remove Windows ending from this file too
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-11-26 11:19:39 +01:00
Alex Nguyen
51b5719f7a
more comment fix
2020-11-25 21:09:20 -05:00
Alex Nguyen
de21073865
Merge remote-tracking branch 'upstream/master' into noisylinearcopymovingpure
2020-11-25 21:00:29 -05:00
Alex Nguyen
26f94f2652
fix comment
2020-11-25 20:59:03 -05:00
Alex Nguyen
16aeaa1f76
Revert "remove unreasonable set to nullptr and other unnecessaries"
...
This reverts commit 835b4945df .
2020-11-25 20:57:05 -05:00
Omar Shrit
b3444b28d4
Remove strange characters situated at the end of each line
...
I can not see what are these chars, but they are detect by kakoune
and represented by a strange question mark. So I am removing them.
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-11-25 23:13:03 +01:00
jeffin sam
97bcdc21a0
Merge pull request #2734 from NippunSharma/comment_change_conv
...
changed comments in convolution.hpp
2020-11-25 22:11:25 +05:30
jeffin sam
6751c83ac1
Merge pull request #2708 from RishabhGarg108/issue-2699
...
Changed all the deprecated armadillo matrix initializations with the new braced initializer list
2020-11-25 09:58:18 +05:30
jeffin sam
047f881d84
Merge pull request #2730 from rcurtin/build-docs-cmake
...
Add BUILD_DOCS option to enable/disable building documentation.
2020-11-25 09:57:16 +05:30
Alex Nguyen
141e66d9fd
Merge remote-tracking branch 'upstream/master' into noisylinearcopymovingpure
2020-11-24 19:48:46 -05:00
Marcus Edel
af36d9b8ff
Merge pull request #2704 from NippunSharma/master
...
Adding Copy and Move constructors in Dropout Layer.
2020-11-24 20:41:46 +01:00
Nippun Sharma
2ce058db0c
changed comments
2020-11-24 21:23:17 +05:30
Alex Nguyen
835b4945df
remove unreasonable set to nullptr and other unnecessaries
2020-11-24 00:01:44 -05:00
Alex Nguyen and Ryan Curtin
30589d9325
Update src/mlpack/methods/ann/layer/noisylinear_impl.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-11-23 20:23:41 -05:00
Alex Nguyen and Ryan Curtin
133dc67014
Update src/mlpack/methods/ann/layer/noisylinear_impl.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-11-23 20:23:34 -05:00
Alex Nguyen and Ryan Curtin
0cb0a79b2d
Update src/mlpack/methods/ann/layer/noisylinear.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-11-23 20:23:20 -05:00
Ryan Curtin
5552b8caa9
Change default for WARN_AS_ERROR to NO.
2020-11-23 10:04:00 -05:00
Alex Nguyen and Marcus Edel
9095dd4780
Update src/mlpack/methods/ann/layer/noisylinear_impl.hpp
...
Minor edit to match coding style
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de >
2020-11-22 16:48:09 -05:00
Alex Nguyen and Marcus Edel
ab261aee7e
Update src/mlpack/methods/ann/layer/noisylinear_impl.hpp
...
Minor edit to match coding style
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de >
2020-11-22 16:47:54 -05:00
Alex Nguyen and Marcus Edel
47a5c0b459
Update src/mlpack/methods/ann/layer/noisylinear_impl.hpp
...
Minor edit to match coding style
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de >
2020-11-22 16:47:32 -05:00
Ryan Curtin
90b8eb6975
Update HISTORY.
2020-11-22 15:13:12 -05:00
Ryan Curtin
0277addfce
Update documentation.
2020-11-22 15:11:30 -05:00
Ryan Curtin
2df4a238c3
Add BUILD_DOCS option to enable/disable building documentation.
2020-11-22 15:08:37 -05:00
Alex Nguyen
1cae18a9de
minor edit
2020-11-22 14:03:45 -05:00
Alex Nguyen
f151fccce7
add test for copy and move constructor of noisy linear layer
2020-11-22 13:58:41 -05:00
Alex Nguyen
5e4d847595
add copying and moving constructor
2020-11-22 13:56:41 -05:00
Yashwant Singh Parihar
075d6c4beb
Merge pull request #2719 from Yashwants19/Fix-github-actions
...
Scheduled workflow must run on main repository only.
2020-11-21 08:30:12 +05:30
Nippun Sharma and Marcus Edel
10f4c80bf8
Update src/mlpack/tests/feedforward_network_test.cpp
...
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de >
2020-11-20 08:07:25 +05:30
Marcus Edel
e61fce8cc0
Merge pull request #2716 from NippunSharma/iss2715
...
Adding FAIL message to akfn_test, aknn_test and 4 more tests when calling data::Load.
2020-11-19 23:02:27 +01:00
NippunSharma
b28b5efdbf
Adding my name to copyright.txt
2020-11-20 01:15:30 +05:30
jeffin sam and Ryan Curtin
099bf6532a
Update src/mlpack/bindings/python/setup.py.in
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-11-18 16:34:36 +05:30
Yashwant Singh Parihar
1d31fafe85
Merge branch 'master' into Fix-github-actions
2020-11-18 08:46:00 +05:30
Yashwant Singh Parihar
f6a84dc240
Merge pull request #2685 from Yashwants19/fix-windows-R-warnings
...
Fix Windows-R warnings.
2020-11-18 08:29:54 +05:30
Yashwant
1ae2693411
Remove gcc pop.
2020-11-18 06:16:18 +05:30
Yashwant Singh Parihar
94817c1ffe
Update documentation.
2020-11-18 05:08:07 +05:30
NippunSharma
a7e75e4e83
Restarting Checks
2020-11-18 00:01:09 +05:30
jeffin143
93b27f6ec0
cleanup boost furthermore
2020-11-17 23:08:24 +05:30
Yashwant Singh Parihar
3faa87d541
Remove GH PAT.
2020-11-17 16:35:28 +05:30
Yashwant Singh Parihar
540feacbae
Last Try.
2020-11-17 16:32:38 +05:30
Yashwant
239b86f188
Test 1.
2020-11-17 16:22:45 +05:30
Yashwant
94a4ac849a
Fix auto cancel.
2020-11-17 16:21:28 +05:30
Yashwant
97d37de623
Oops indentation error.
2020-11-17 16:19:59 +05:30