Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-28Merge pull request #165 from ProGamerGov/patch-1HEADmasterSoumith Chintala
2017-11-28Fixed the link to the Adam research paperProGamerGov
2017-02-08Merge pull request #150 from Amir-Arsalan/patch-1Soumith Chintala
2017-02-08Update algos.mdAmir Arsalan Soltani
2016-10-16Merge pull request #142 from ibmua/patch-1Soumith Chintala
2016-10-16Update algos.mdMenshykov
2016-10-09Merge pull request #138 from DmitryUlyanov/masterSoumith Chintala
2016-10-09clean up commentsDmitry Ulyanov
2016-10-09fix polyinterp, so lswolfe can be used with CUDADmitry Ulyanov
2016-09-30Merge pull request #137 from Atcold/patch-1Soumith Chintala
2016-09-30Fix formatting and add Cuda training infoAlfredo Canziani
2016-09-30Update intro.mdAlfredo Canziani
2016-09-29Merge pull request #136 from wydwww/masterSoumith Chintala
2016-09-29Fix typosYiding Wang
2016-09-27Merge pull request #135 from Atcold/local-docSoumith Chintala
2016-09-27Enable local doc for iline helpAlfredo Canziani
2016-09-20Merge pull request #134 from hughperkins/migrate-example-from-nnSoumith Chintala
2016-09-20move optim doc from nnHugh Perkins
2016-09-15Merge pull request #132 from codeAC29/masterSoumith Chintala
2016-09-15Added documentation for display and logscaleAbhishek Chaurasia
2016-09-15Added option to set/reset displaying of plotAbhishek Chaurasia
2016-09-13Merge pull request #131 from korymath/patch-1Soumith Chintala
2016-09-13Spelling mistake.Kory
2016-09-06make initialMean to be configurableSoumith Chintala
2016-09-06Merge pull request #130 from iassael/masterSoumith Chintala
2016-09-06reverted to zero mean squared values initYannis Assael
2016-08-25Merge pull request #127 from gcinbis/patch-2Soumith Chintala
2016-08-25Keep objective values, in case they are referencesR. Gokberk Cinbis
2016-08-25Merge pull request #126 from gcinbis/patch-1Soumith Chintala
2016-08-25Reduce numerical errors.R. Gokberk Cinbis
2016-08-08Merge pull request #124 from Atcold/patch-1Soumith Chintala
2016-08-08One-line Logger initialisationAlfredo Canziani
2016-08-07Merge pull request #123 from torch/deSoumith Chintala
2016-08-07Add Differential EvolutionLi Zhijian
2016-07-30fixing to be tensor type agnosticSoumith Chintala
2016-07-21Merge pull request #122 from Cadene/masterSoumith Chintala
2016-07-21Add Adam learningRateDecay to docCadene
2016-07-21Add learningRateDecay to AdamCadene
2016-06-30Merge pull request #121 from Atcold/doc-fixSoumith Chintala
2016-06-30Add optim.Logger() documentationAlfredo Canziani
2016-06-30Fix bad alignment, trailing spaces and tabsAlfredo Canziani
2016-06-30Fix state/config improper documentationAlfredo Canziani
2016-06-27Refactoring documentationAlfredo Canziani
2016-06-15Merge pull request #119 from chenb67/masterSoumith Chintala
2016-06-15add weight decay support to adamaxChen Buskilla
2016-06-10Merge pull request #118 from gcheron/adam-wdecSoumith Chintala
2016-06-10add weight decay support to adamgcheron
2016-06-09Merge pull request #117 from andreaskoepf/rmsprop_warmupSoumith Chintala
2016-06-09Init rmsprop mean square state 'm' with 1 instead 0Andreas Köpf
2016-06-03Merge pull request #115 from torch/revert-113-sgd-lrs-fixSoumith Chintala