Commit Graph
10152 Commits
Author SHA1 Message Date
Marcus Edel af2e2e49ea Merge pull request #2076 from jeffin143/docsfix
Pointing to ensmallend docs for callbacks docs.
2019-11-07 12:46:06 -05:00
jeffinsam ca3b8118e1 pointing to ensmallend docs for callbacks 2019-11-04 20:49:22 +05:30
Ryan Curtin e762d114f4 Merge pull request #2074 from jeffin143/callback-extend
Extending callbacks to NCA and LMNN
2019-11-04 09:41:02 -05:00
jeffinsam 0ba16e9e8d Point ensmallen documentation about callbacks 2019-11-04 11:47:42 +05:30
jeffinsam f06c0f138a move callback test from individual files to callback test file 2019-11-03 21:23:44 +05:30
Ryan Curtin e312fce58b Merge branch 'python-windows-fix' of https://github.com/rcurtin/mlpack into rcurtin-python-windows-fix 2019-11-03 09:30:35 -05:00
jeffinsam a34a615af9 update documentation and style issues 2019-11-03 12:24:01 +05:30
jeffinsam ea401b7dd3 Add callback test for lmnn 2019-11-03 11:24:16 +05:30
jeffinsam d81c298b9c Add callback to lmnn 2019-11-03 11:23:56 +05:30
jeffinsam 1038dea80e Add callback test for nca 2019-11-03 11:13:41 +05:30
jeffinsam f866842490 Add callback to nca 2019-11-03 11:13:06 +05:30
Hrishikesh S b20b1d9aed fixed another styles issue 2019-10-30 12:02:25 +05:30
Hrishikesh S d0396a9553 added the missing parameter 2019-10-30 09:40:45 +05:30
Hrishikesh S 187a33a311 fixed style issue 2019-10-30 09:15:38 +05:30
Hrishikesh S 3535365093 fixed conflict 2019-10-30 09:08:40 +05:30
Hrishikesh Suresh e2ebc41978 Merge branch 'master' into gan-callbacks 2019-10-30 01:54:50 +05:30
sy0814k 23ca4540f0 Merge pull request #2066 from rcurtin/cf-test-fix
Fix random failures for RecommendationAccuracyBiasSVDTest`
2019-10-29 23:28:20 +09:00
Toshal Agrawal b34db91bb9 Merge pull request #1770 from walragatver/improve_gan_serialize
Improving Gan Serialization.
2019-10-29 19:43:21 +05:30
Hrishikesh S d36730c5ec adding parameter description for OptimizerType & optimizer 2019-10-29 02:24:08 +05:30
Hrishikesh S 89b30966c9 changing callback from PrintLoss() to ProgressBar() 2019-10-28 17:51:13 +05:30
Ryan Curtin f2eda99676 Fix random failures for BiasSVD test. 2019-10-27 23:14:54 -04:00
Hrishikesh S 7f28f5b3dd fixing style issues 2019-10-26 20:56:21 +05:30
Hrishikesh S 094d2378c3 adding description for callbacks & checking whether callback works 2019-10-26 20:48:20 +05:30
Marcus Edel 447a0f89b8 Minor style fixes (whitespace, line width). 2019-10-25 20:54:31 +02:00
Marcus Edel ead888614b Merge pull request #2057 from vss96/LR_Callback_Function
Exposing ensmallen callback function for Logistic Regression.
2019-10-25 20:51:39 +02:00
Hrishikesh S 67045b5eed adding a callback to train() in gan test 2019-10-23 11:55:03 +05:30
Hrishikesh S 5a29c6a26b fixed syntax 2019-10-23 10:43:53 +05:30
Hrishikesh S 9e19be34fb extend callbacks to gan 2019-10-23 10:38:44 +05:30
Ryan Curtin 8da0947776 Merge pull request #2036 from sriramsk1999/coverspill
Move/Copy Assignment operators for CoverTree and SpillTree
2019-10-22 09:28:44 -04:00
Vikas Shetty 32ff07e6e8 Fixing comma and line length issue 2019-10-22 09:43:02 +05:30
Vikas Shetty 4abba4f5f0 Minor style fix 2019-10-22 09:38:56 +05:30
Sriram de69ee0bbf Removed unnecessary children.clear() 2019-10-21 21:42:34 +05:30
Sriram 6f9ff5494a Added check before deletion
Fixed bug with Copy Constructor/Assignment
2019-10-21 19:53:13 +05:30
Sriram b06ca62a06 Aesthetic Improvements 2019-10-21 18:21:13 +05:30
Sriram 3daf466822 Style fix 2019-10-21 13:44:23 +05:30
Sriram 90ce3b5827 Freeing unused memory (Additions) 2019-10-21 13:17:09 +05:30
Vikas Shetty 77b36ddcbc Fixing test for callback 2019-10-21 10:19:44 +05:30
Vikas Shetty 80dd4f5d8e Fixing style issues 2019-10-20 17:31:47 +05:30
Vikas Shetty adb3040bf1 Adding test for callback 2019-10-20 17:28:47 +05:30
Sriram 915003e586 Freeing memory that will not be used 2019-10-20 14:10:07 +05:30
Vikas Shetty ebe104bf29 Changing style for Optimize 2019-10-19 23:08:24 +05:30
Vikas Shetty 0d325bac9e Fixing style issue 2019-10-19 22:55:25 +05:30
Vikas Shetty 60b13abcff Adding callback parameters for Logistic Regression 2019-10-19 22:38:40 +05:30
Marcus Edel e3c6f4192c Merge pull request #2038 from Saahitya/expose-callbacks
Exposed the ensmallen callbacks to the Train methods of FFN and RNN.
2019-10-18 17:07:32 +02:00
Sriram 8c5923fd4c Style fix 2019-10-13 14:39:59 +05:30
Sriram 3b4fadd83a Added a check testing whether given tree is same tree. 2019-10-13 13:23:29 +05:30
walragatver 6928f06cf8 Serialize padding layer. 2019-10-13 10:43:02 +05:30
walragatver b9c33e3500 Serialize padding layer in convolution and atrous convolution layer 2019-10-13 10:32:42 +05:30
walragatver 9aa11880cc Add code to check serialization of standard GAN. 2019-10-13 09:24:36 +05:30
Sriram fa585c0a99 Added check in copy assignment/move constructor 2019-10-12 21:19:58 +05:30