Paul Corbalan
e1d6b4dbf2
Add Oihan requirements
2024-01-30 10:49:52 +01:00
Paul Corbalan
33e5fa410d
Include the final model weights and config
2024-01-23 19:08:48 +01:00
Paul Corbalan
b0231c2fba
feat(dataset): Import raw data import script
2024-01-23 15:59:37 +01:00
Paul Corbalan
48a71497be
feat(devcontainer): Remove ipykernel for Jupyter Notebook
2024-01-23 15:01:47 +01:00
Paul Corbalan
eb43d5e7df
Merge branch 'develop' of github.com:paul-corbalan/wasserstein-gan into develop
2024-01-23 14:59:46 +01:00
Paul Corbalan
a8ce121f5f
Add torchviz and notebook for visualisation
2024-01-23 14:51:02 +01:00
Paul Corbalan
3ea40a2175
Merge branch 'develop' of github.com:paul-corbalan/wasserstein-gan into develop
2024-01-21 16:58:45 +01:00
Paul Corbalan
99d0080f6c
feat(devcontainer): Add ipykernel for Jupyter Notebook execution
2024-01-21 16:58:40 +01:00
Paul Corbalan
b79ea3178d
Move options to main
2024-01-09 23:06:55 +01:00
Paul Corbalan
c9e3a33ddc
Add image size
2024-01-09 23:04:45 +01:00
Paul Corbalan
12f09b3e73
feat(devcontainer): Add ipykernel for Jupyter
2024-01-09 23:03:36 +01:00
Paul Corbalan
57926016b4
Add files from initial project repository
2023-12-16 12:40:12 +01:00
Paul Corbalan
6e6123b0e7
Add gitignore
2023-12-16 12:36:36 +01:00
Paul Corbalan
51e93db5e0
feat(upgrade): Solve issues from previous PyTorch version
2023-12-16 12:35:13 +01:00
Paul Corbalan
3d765bfa64
Merge branch 'feature/devcontainer' into develop
2023-12-11 09:20:04 +01:00
Paul Corbalan
f37fc0f9f1
feat(devcontainer): Downgrade to Python 3.11
2023-12-11 09:19:47 +01:00
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