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

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-11parameters() uses torch.type instead of typeNicholas Leonard
2017-01-03Fix shared function override for specific modulesGuillaume Klein
2016-10-05Fix unclosed if statement.Aditya Ramesh
2016-10-05Repopulate self.gradInput in case it is empty.Aditya Ramesh
2016-03-02Better __tostring__ and cleans formattingAlfredo Canziani
2016-02-22updated gradInput calculation in Bilinear and added more testsSam Wiseman
2016-02-09nn.clearStateSergey Zagoruyko
2016-01-26fixing bilinear bias-free pathsoumith
2016-01-26adding a Bilinear layersoumith