Paul Corbalan
73ddcb259d
feat(devcontainer): Use HDDL TP devcontainer.json
2023-12-11 08:47:18 +01:00
Paul Corbalan
5039579252
feat(devcontainer): Use Python Debian Bookworm image
2023-12-11 08:44:53 +01:00
Soumith Chintala
f7a01e8200
Merge pull request #71 from kopytjuk/generate-images-script
...
Generate images script
2018-12-26 11:45:59 -05:00
kopytjuk
ccb22bee22
Save each image in its own file.
2018-12-26 16:03:28 +01:00
kopytjuk
ef94e5ae17
Merge branch 'generate-images-script' of https://github.com/kopytjuk/WassersteinGAN into generate-images-script
2018-12-26 15:45:56 +01:00
kopytjuk
ebc9e181ef
Add generate script.
2018-12-26 00:03:01 +01:00
kopytjuk
3bb2685bd8
Export generator configuration for future data generation.
2018-12-26 00:03:01 +01:00
kopytjuk
d4b5f87f74
Add generate script.
2018-12-25 23:58:42 +01:00
kopytjuk
23176f06f1
Export generator configuration for future data generation.
2018-12-25 23:58:23 +01:00
Soumith Chintala
eab269fcc9
Merge pull request #70 from kopytjuk/bugfix-dots-torch-1.0.0
...
Remove dots from module names to execute the code with pytorch 1.0.0.
2018-12-25 17:58:16 -05:00
kopytjuk
5981f2a3d5
Remove dots from module names to execute the code with pytorch 1.0.0.
2018-12-25 22:59:23 +01:00
Soumith Chintala
72853533a0
Merge pull request #69 from kopytjuk/bugfix-windows
...
Bugfix to run the code on windows machines.
2018-12-25 11:43:31 -05:00
kopytjuk
afd82ac354
Bugfix to run the code on windows machines.
2018-12-25 16:03:44 +01:00
martinarjovsky
f81eafd2aa
Update README.md
2017-08-24 17:55:46 +02:00
Soumith Chintala
d92c503160
Merge pull request #39 from keskarnitish/patch-1
...
Fixing wrong variable name
2017-04-13 19:26:34 -07: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
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