Commit Graph
26019 Commits
Author SHA1 Message Date
Ryan Curtin 3bd4567bdf Add functions to access and modify parameters for training. 2021-03-05 09:29:29 -05:00
Ryan Curtin 88311f0668 Merge pull request #2844 from heisenbuug/FAIL-Messages
Fail messages on Data Load
2021-03-03 10:52:02 -05:00
9bffdb6d6e Add CMake linking for OpenMP
. Fixes build error for macOS 10.15 Catalina (#2412)

* Update CMakeLists for macOS Catalina build

* The XCode switch is probably not necessary with the new version.

* Test OpenMP on macOS 10.15.

* Update CMakeLists.txt

Add guard condition for OpenMP_CXX_LIBRARIES for compatible CMake versions

Co-authored-by: Ryan Birmingham <birm@rbirm.us>

* Update CMakeLists.txt

Add endif()

Co-authored-by: Ryan Birmingham <birm@rbirm.us>

* export OMP_NUM_THREADS in CI script

* Empty commit to set up deployments

* Use macOS latest image.

* Add name to list of contributors

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
Co-authored-by: Ryan Birmingham <birm@rbirm.us>
2021-03-02 16:51:51 -05:00
jeffin sam 4ad81f3d76 Merge pull request #2839 from rcurtin/tolower-fix
Use `std::back_inserter()` for `util::ToLower()`
2021-03-01 23:50:09 +05:30
jeffin sam d8872d359c Merge pull request #2853 from onikolskyy/2842
fix default values of cmake config for bindings in docs
2021-03-01 23:18:35 +05:30
onikolskyy f33f003c3e fix default values of cmake config for bindings in docs 2021-03-01 15:03:08 +01:00
Gopi M TatirajuandMarcus Edel 6800e5a058 Apply suggestions from code review
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-03-01 15:34:06 +05:30
Ryan Birmingham 644735cfad Merge pull request #2851 from rcurtin/add-second-ffn-test
Make sure feedforward_network_2_test.cpp gets compiled and run.
2021-02-28 03:08:34 -05:00
Ryan Curtin 355e6db33a Oops, use std::back_inserter(). 2021-02-27 17:04:15 -05:00
Ryan Curtin bf238ed213 Don't take a second argument for ToLower(). 2021-02-27 17:04:06 -05:00
Ryan Curtin cdede9018b Make sure feedforward_network_2_test.cpp gets compiled and run. 2021-02-27 15:59:50 -05:00
Ryan Birmingham 338f583980 Merge pull request #2833 from abh2k/pixel_shuffle
Pixel shuffle Layer
2021-02-26 10:57:04 -05:00
Marcus Edel 8060df07ee Merge pull request #2845 from abh2k/isru
Add ISLRU activation function.
2021-02-25 16:07:21 -05:00
abh2k 6e040a48ae Adding co-author 2021-02-25 18:16:42 +05:30
abh2k 95e756dbb4 Adding co-author 2021-02-25 18:15:22 +05:30
Ryan Birmingham e72e4e63af Merge branch 'master' into FAIL-Messages 2021-02-24 12:24:02 -05:00
abh2kandRyan Birmingham b1cb6255e6 changed authors name
Co-authored-by: Ryan Birmingham <birm@rbirm.us>
2021-02-24 11:00:31 +05:30
abh2k cd167d98ad Update pixel_shuffle_impl.hpp 2021-02-23 18:13:32 +05:30
abh2k 4f9eb2845c Update pixel_shuffle_impl.hpp 2021-02-23 16:47:45 +05:30
Gopi M TatirajuandAnush Kini 34ca85cad3 Apply suggestions from code review
Co-authored-by: Anush Kini <33577829+Abilityguy@users.noreply.github.com>
2021-02-23 16:00:09 +05:30
abh2k 4eff650f9d Remove copying in backward function. 2021-02-23 15:16:44 +05:30
abh2k 5e695f99c8 Removed copying 2021-02-23 13:55:23 +05:30
abh2k 0180ca4f09 Changed author name format 2021-02-23 12:38:19 +05:30
Gopi M Tatiraju 656c29ba6d Update load_save_test.cpp 2021-02-23 01:35:31 +05:30
Gopi M Tatiraju a71a968f17 Update load_save_test.cpp 2021-02-23 00:09:24 +05:30
Gopi M Tatiraju 1b79ef0678 Update load_save_test.cpp 2021-02-23 00:08:27 +05:30
Heisenbuug 1f88bc9630 Adding FAIL Messages 2021-02-22 20:32:12 +05:30
Heisenbuug 1b2ffe201f Checking 2021-02-22 19:08:50 +05:30
Abhinav Anand fd201b7d5e removed deterministic parameter and improved co 2021-02-22 06:38:37 +05:30
Abhinav Anand 5d698140b3 Merge branch 'isru' of github.com:abh2k/mlpack into isru 2021-02-22 06:31:58 +05:30
kartikdutt18 9e112d743c Merge pull request #2836 from Abilityguy/HardSwish
Hard swish Activation Function
2021-02-22 00:20:49 +05:30
abh2k dfd5f142d8 fixed test case 2021-02-21 20:37:58 +05:30
abh2k 4394e99151 minor change 2021-02-19 03:15:22 +05:30
abh2k f6b626d717 Moved derivative to backward 2021-02-19 03:13:49 +05:30
Anush V Kini 1994c4fc41 Fn implementation changed to if else statements 2021-02-18 11:15:15 +05:30
abh2kandMarcus Edel f9fbf4d9b5 Removed space.
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-02-17 03:21:43 +05:30
abh2k 48deeeb3a6 Changes % to * 2021-02-16 04:36:30 +05:30
Ryan Curtin 9b91a08296 Merge pull request #2831 from InterTriplete2010/patch-1
Update convolution.hpp
2021-02-15 16:33:35 -05:00
Ryan CurtinandMarcus Edel e29da13c01 Update src/mlpack/methods/ann/layer/convolution.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-02-15 16:33:30 -05:00
abh2k 0fe7756794 Update isrlu_impl.hpp 2021-02-15 10:24:01 +05:30
Anush V Kini 3856cdd00c Review fixes 2021-02-15 10:03:06 +05:30
abh2kandkartikdutt18 7b70a820f8 Code style fix
Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
2021-02-15 02:37:02 +05:30
Anush V Kini 665c750e1f Some more comment fixes 2021-02-14 22:48:25 +05:30
Anush V Kini 990803af2b Fixes for failing test 2021-02-14 19:31:57 +05:30
Anush V Kini 517a3a5e8d Added Hard Swish Function Implementation and Test Skeleton 2021-02-14 12:54:35 +05:30
kartikdutt18 646049f601 Merge pull request #2810 from Abilityguy/HingeLoss
Added Hinge Loss to loss functions
2021-02-14 08:46:44 +05:30
abh2k efcba77603 Update isrlu_impl.hpp
Use elementwise multiplication  while calculating `output(i)` and  used `output(i)` while calculating `derivative(i)`
2021-02-13 04:31:06 +05:30
Ryan Curtin a2da41c0a0 Update src/mlpack/methods/ann/layer/convolution.hpp 2021-02-12 12:55:15 -05:00
Abhinav Anand ef61aa5b9d merged with master 2021-02-12 06:47:45 +05:30
abh2k 1aae47ae0b Update layer_types.hpp
Added pixel shuffle to more_types
2021-02-12 06:36:04 +05:30