Commit Graph

40 Commits

Author SHA1 Message Date
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
Soumith Chintala ebe4b4ca60 Merge pull request #37 from eriche2016/patch-1
compitible with latest pytorch  such that nn.parallel.data_parallel w…
2017-04-06 01:57:01 -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 Chintala 27e72795ad Merge pull request #35 from eriche2016/patch-2
de-normalize images for displaying
2017-03-31 23:04:29 -04:00
Xinwei He 8ab2d26efe de-normalize images for displaying
sorry, the previous pull request  inserting real_cpu in the wrong place
2017-04-01 09:52:08 +08:00
martinarjovsky e05cae9275 Update README.md 2017-03-30 11:24:07 -04:00
Soumith Chintala 95ee389e31 Update README.md 2017-03-23 10:47:18 -04:00
Soumith Chintala 18a889b70e Merge pull request #25 from chenyuntc/master
set noisev to Volatile to freeze netG when updating netD.
2017-03-11 10:13:05 -05:00
chenyuntc 59a48456ef set noisev to Volatile to freeze netG when updating netD. 2017-03-11 23:04:05 +08:00
Soumith Chintala 2cf43baf21 Merge pull request #24 from edgarriba/patch-1
parameterize input image channels
2017-03-09 11:09:09 -05:00
Edgar Riba 24806980cd parameterize input image channels 2017-03-09 12:27:42 +01:00
Soumith Chintala 9a11dada94 Merge pull request #23 from edgarriba/patch-1
show epoch progress correctly
2017-03-07 13:05:03 -05:00
Edgar Riba c0f267c6f0 show epoch progress correctly 2017-03-07 18:44:03 +01:00
Soumith Chintala 492c38def2 Merge pull request #19 from elPistolero/resize_fix
fix some resize related bugs
2017-03-02 17:10:23 -05:00
isaak df2873dee8 fix some resize related bugs 2017-03-02 22:09:18 +01:00
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