Commit Graph

8 Commits

Author SHA1 Message Date
kopytjuk 5981f2a3d5 Remove dots from module names to execute the code with pytorch 1.0.0. 2018-12-25 22:59:23 +01:00
Nitish Shirish Keskar c085ca07c5 Fixing wrong variable name
There is no variable called `out`; the code produces an error if you try to run it. Given the history of the file, it seems that the variable should be `output`.
2017-04-13 15:34:29 -05:00
Soumith Chintala f00c4d1831 Merge pull request #38 from eriche2016/patch-2
compatible with latest pytorch on nn.parallel.data_parallel
2017-04-06 01:57:13 -04:00
Xinwei He 44caab4855 compatible with latest pytorch on nn.parallel.data_parallel 2017-04-06 13:51:31 +08:00
Xinwei He 5ef486cec5 compitible with latest pytorch such that nn.parallel.data_parallel wont complains 2017-04-06 13:49:14 +08:00
soumith d9ad2bb847 Container -> Module (remove depreceated code) 2017-02-27 12:39:45 -08:00
FeepingCreature 47394959b5 Instead of manually incrementing a counter variable,
give each module a unique label.
2017-02-06 15:02:28 +01:00
soumith cde8a4d1c0 push code 2017-01-30 06:19:57 -08:00