Commit Graph

73 Commits

Author SHA1 Message Date
Soumith Chintala 7eee65dc9c fix mroe bugs 2017-02-28 08:30:25 -05:00
soumith d9ad2bb847 Container -> Module (remove depreceated code) 2017-02-27 12:39:45 -08:00
Soumith Chintala 93f26f9e4c fix bugs 2017-02-27 14:41:08 -05:00
Soumith Chintala e553093d3b dont reuse variables 2017-02-27 13:54:22 -05:00
martinarjovsky a6c76da533 Merge pull request #8 from FeepingCreature/fix-generator-train-size
Make sure the generator training always gets a full batch of noise
2017-02-06 13:56:28 -05:00
FeepingCreature 2a163090e8 Make sure the generator training step gets a full batch of noise even if the data loader just ran out. 2017-02-06 19:49:26 +01:00
martinarjovsky 040d553d2a Merge pull request #7 from FeepingCreature/labels-instead-of-index
Instead of manually counting with str(i), use unique labels for dcgan
2017-02-06 11:43:21 -05:00
FeepingCreature 47394959b5 Instead of manually incrementing a counter variable,
give each module a unique label.
2017-02-06 15:02:28 +01:00
martinarjovsky dbd5f271c2 Update README.md 2017-02-01 13:18:07 -05:00
Soumith Chintala 2e6ade8a70 Update README.md 2017-01-31 04:58:45 +05:30
martinarjovsky a8335707ae Update README.md 2017-01-30 17:27:20 -05:00
martinarjovsky e5395c65ff Update README.md 2017-01-30 17:26:54 -05:00
Martin Arjovsky 74af46443c Merge branch 'master' of https://github.com/martinarjovsky/WassersteinGAN 2017-01-30 17:22:56 -05:00
Martin Arjovsky f0b9e2086d No BN only on gen 2017-01-30 17:22:02 -05:00
martinarjovsky 2087dadcb5 Update README.md 2017-01-30 14:46:24 -05:00
martinarjovsky 7a2ce62e0e Update README.md 2017-01-30 14:40:30 -05:00
Martin Arjovsky 3533f2bd86 minor cleanup 2017-01-30 14:30:05 -05:00
Soumith Chintala 44e76992de Merge pull request #1 from black-puppydog/patch-1
trivial doc update
2017-01-30 20:26:42 +05:30
Soumith Chintala 42fad7dcbb add readme 2017-01-30 20:11:11 +05:30
Soumith Chintala 64d35231af readme 2017-01-30 19:59:17 +05:30
Daan Wynen 43d9214569 doc update
was still using the wrong lr defaults
2017-01-30 15:28:28 +01:00
Soumith Chintala 140f5bfb0e add license 2017-01-30 19:51:35 +05:30
soumith cde8a4d1c0 push code 2017-01-30 06:19:57 -08:00