Commit Graph
19394 Commits
Author SHA1 Message Date
AYESDIE d61fe643a7 Merge pull request #8 from AYESDIE/AYESDIE-patch-small-fix
Small Fix
2018-10-31 18:23:39 +05:30
AYESDIE 838007800a Small Fix 2018-10-31 18:23:02 +05:30
AYESDIE 9f951a0321 changed the input parameters, updated the functions 2018-10-31 18:12:09 +05:30
AYESDIE 5a2ec92971 Merge pull request #7 from AYESDIE/AYESDIE-added-copyright
added in copyright.txt
2018-10-27 13:27:12 +05:30
AYESDIE 9f06d593cb added in copyright.txt 2018-10-27 13:26:13 +05:30
AYESDIE 4ec054aa6d Merge pull request #6 from AYESDIE/AYESDIE-patch-2
cf syntax patch-2
2018-10-26 23:30:35 +05:30
AYESDIE 21aaea10a6 Fixed Syntax Issues
Fixed Syntax Issues
2018-10-26 23:29:12 +05:30
AYESDIE 953acb5a30 Merge pull request #4 from AYESDIE/AYESDIE-updated-syntax
Followed guidelines to update syntax (yet again..)
Updated: Syntax styling and added information about Weight Interpolation and Neighbour Search in 'PROGRAM_INFO'
2018-10-25 14:02:09 +05:30
AYESDIE 3c86c2589d Update cf_main.cpp 2018-10-25 13:59:04 +05:30
AYESDIE 23d2431e86 Update cf_main.cpp 2018-10-25 13:46:54 +05:30
AYESDIE 858b70bc43 Update cf_model_impl.hpp 2018-10-25 13:43:22 +05:30
AYESDIE 274ae47413 Update cf_main.cpp 2018-10-25 13:37:45 +05:30
AYESDIE 7e3f29f7c0 Update cf_main.cpp 2018-10-25 13:34:48 +05:30
AYESDIE 7706237dd1 Update cf_main.cpp 2018-10-25 13:33:07 +05:30
AYESDIE 02181090d5 Add files via upload 2018-10-25 13:22:48 +05:30
AYESDIE 5260c234d6 Update cf_main.cpp 2018-10-25 13:17:49 +05:30
AYESDIE 2208caf0ca Followed guidelines to update syntax (yet again..)
Followed guidelines to update syntax (yet again..)
2018-10-25 13:15:54 +05:30
AYESDIE be07867e46 Updated syntax styling (yet again...)
Updated syntax styling (yet again...)
2018-10-24 13:08:20 +05:30
AYESDIE 0823e2b396 Updated syntax styling
Updated syntax styling as per the guidelines.
2018-10-24 12:54:03 +05:30
AYESDIE 6e279b1ad5 Merge pull request #3 from AYESDIE/AYESDIE-patch-1
Added support for different Interpolation and Neighbout Search Algori…
2018-10-23 18:05:55 +05:30
AYESDIE aa94bf7dc2 Added support for different Interpolation and Neighbout Search Algorithms
Added support for different Interpolation and Neighbout Search Algorithms
2018-10-23 18:04:46 +05:30
AYESDIE aab058a250 Merge pull request #2 from mlpack/master
Updates
2018-10-23 00:10:18 +05:30
Ryan Curtin 713b7c678f Merge pull request #1523 from rcurtin/marc-fixes
Fixes from marcespie
2018-10-20 10:36:19 -05:00
Shikhar Jaiswal f7511a4f32 Merge pull request #1539 from robertohueso/stat_type_docs
Add constructor to StatisticType docs
2018-10-20 20:24:23 +05:30
Roberto Hueso Gomez 306e17017e Add constructor to StatisticType docs 2018-10-19 21:19:54 +02:00
AYESDIE c1cf49352a Merge pull request #1 from mlpack/master 2018-10-19 12:17:52 +05:30
Ryan Curtin a7e9cb5aa2 Merge pull request #1519 from chigur/master
Replace copy and move overloads with pass-by-value for RASearch class
2018-10-13 23:05:20 -07:00
Ryan Curtin 080345e5ae We have to link against -pthread explicitly on gcc for std::thread usage. 2018-10-09 14:29:02 -04:00
Ryan Curtin beb33f1608 Handle OpenMP CXXFLAGS better if they aren't found.
This, I think, should fix both #1521 and #1425.
2018-10-09 12:11:05 -04:00
Ryan Curtin aef41afdfa Merge remote-tracking branch 'marcelo/bug-generate-wrong-compile-options' into marc-fixes 2018-10-09 11:15:16 -04:00
Ryan Curtin 98ae7637e8 Handle DESTDIR correctly for Python bindings.
This patch is from @marcespie from #1522.
2018-10-09 11:13:21 -04:00
Ryan Curtin ad6f893527 Automatically set dependencies for 'man' target.
This is an improvement on the patch provided by @marcespie in #1520.
2018-10-09 11:08:52 -04:00
Ryan Curtin bbfce5a6fd Patch from @marcespie: bash isn't needed here. 2018-10-09 09:21:38 -04:00
Ryan Curtin 55d15b16fd Patch from @marcespie: no need for bash, don't gzip. 2018-10-09 09:21:09 -04:00
Ryan Curtin 7d0cf18463 clock_gettime() isn't used anymore. 2018-10-09 09:00:37 -04:00
Ajinkya Tejankar 6209c34976 Replace copy and move constructors with pass-by-value for RASearch 2018-10-08 21:23:50 -04:00
Shikhar Jaiswal eee326bf9e Merge pull request #1508 from zoq/layer_serialization
Layer serialization
2018-09-29 04:27:12 +05:30
Marcus Edel 8f983f1f70 Remove default size parameter. 2018-09-28 23:15:18 +02:00
Marcus Edel 7f4967f4cf Adjust LayerNormSerializationTest test case according to #1512. 2018-09-26 00:04:23 +02:00
Marcus Edel 7176589672 Minor style fix (remove extra space). 2018-09-22 14:04:15 +02:00
Marcus Edel 23f77b86d7 Merge branch 'master' into layer_serialization 2018-09-22 13:58:00 +02:00
Marcus Edel d89678862a Merge pull request #1512 from ShikharJ/LayerNorm
Correct Scaling Parameters in LayerNorm.
2018-09-21 13:01:44 +02:00
Shikhar Jaiswal c54be74524 Correct Scaling Parameters 2018-09-21 00:49:56 +05:30
Marcus Edel 225f114703 Merge pull request #1507 from Wenhao-H/cf-comments
Correct and add examples on how to use the policies in CF.
2018-09-17 00:30:37 +02:00
Marcus Edel fac6965de1 Fix ambiguous call to overloaded function (size). 2018-09-17 00:29:09 +02:00
Marcus Edel 90d2a6c1a7 Add a BatchNorm and LayerNorm serialization test. 2018-09-16 18:42:10 +02:00
Marcus Edel b0296ceb04 Do not override layer parameter when loading. 2018-09-16 18:39:33 +02:00
Marcus Edel 2365974964 Use Welford method to compute the sample mean and variance. 2018-09-16 18:38:22 +02:00
Wenhao-H d877034656 add examples in cf 2018-09-14 17:51:54 -04:00
Wenhao-H f337ec2cc3 correct examples in code comments 2018-09-14 17:28:04 -04:00