| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-02 | gpu memory leaks | Jean-Philippe Mercier | |
| A tensor is now fed to ImagePool() instead of a Variable | |||
| 2017-10-19 | fix learning rate | junyanz | |
| 2017-10-19 | update learning rate policy | junyanz | |
| 2017-10-19 | fix small issue in learning rate policy | junyanz | |
| 2017-10-14 | update README | junyanz | |
| 2017-10-14 | update README | junyanz | |
| 2017-10-14 | Update REAME | junyanz | |
| 2017-10-14 | update README | junyanz | |
| 2017-10-10 | added script to download pretrained pix2pix models | Taesung Park | |
| 2017-10-10 | update README: pix2pix pretrained models | taesung89 | |
| Added description to download the pix2pix pretrained models to readme | |||
| 2017-10-10 | Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix | Taesung Park | |
| 2017-10-10 | fix identity option conflict error, and also not specifying init_type in ↵ | Taesung Park | |
| define_D | |||
| 2017-10-10 | Merge pull request #119 from AndersAsa/patch-1 | Jun-Yan Zhu | |
| Update cycle_gan_model.py | |||
| 2017-10-09 | Update cycle_gan_model.py | Anders Christiansen | |
| Fix argument mismatch. Was feeding gpu_ids to the init_type argument | |||
| 2017-10-07 | Update cycle_gan_model.py | Jun-Yan Zhu | |
| 2017-10-06 | fix minor bugs | junyanz | |
| 2017-10-06 | support nc=1, add new leaerning rate policy and new initialization | junyanz | |
| 2017-10-06 | move the flag identity to the base option | junyanz | |
| 2017-09-24 | Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix | junyanz | |
| 2017-09-24 | update pool_size 0 for pix2pix | junyanz | |
| 2017-09-23 | Update networks.py | Jun-Yan Zhu | |
| 2017-09-21 | Merge pull request #110 from LambdaWill/patch-1 | Jun-Yan Zhu | |
| change the order of concanated channels | |||
| 2017-09-22 | change the order of concanated channels | LambdaWill | |
| To be consistent with Cyclegan(Torch), the latter half channels should receive the data from the skip connections. | |||
| 2017-09-20 | Merge pull request #108 from Naruto-Sasuke/patch-2 | Jun-Yan Zhu | |
| Update test.py | |||
| 2017-09-21 | Update test.py | Hungryof | |
| 2017-09-19 | Merge pull request #106 from layumi/patch-1 | Jun-Yan Zhu | |
| Update test_options.py | |||
| 2017-09-20 | Update test_options.py | Zhedong Zheng | |
| 2017-09-12 | Merge pull request #96 from Naruto-Sasuke/patch-1 | Jun-Yan Zhu | |
| fix typo in networks.py | |||
| 2017-09-09 | update options | junyanz | |
| 2017-09-04 | Update networks.py | Hungryof | |
| 2017-08-27 | Update unaligned_dataset.py | Jun-Yan Zhu | |
| 2017-08-26 | fix the unaligned dataset | junyanz | |
| 2017-08-26 | update README | junyanz | |
| 2017-08-26 | add epoch_count | junyanz | |
| 2017-08-26 | Merge pull request #84 from hazirbas/master | Jun-Yan Zhu | |
| Bias initialization | |||
| 2017-08-22 | initialized bias of conv to zero, | hazirbas | |
| deactivated bias for the conv layers which are followed by batch normalization. | |||
| 2017-08-22 | Merge pull request #69 from andyli/script_permission | Jun-Yan Zhu | |
| set executable permission on scripts | |||
| 2017-08-22 | Merge pull request #81 from alanyee/patch-1 | Jun-Yan Zhu | |
| Update README.md | |||
| 2017-08-16 | Update README.md | Alan Yee | |
| Made explicit HTTPS call | |||
| 2017-08-16 | Update README.md | Alan Yee | |
| -Replace OSX with macOS -Made explicit HTTPS call -Minor url cleanup | |||
| 2017-08-06 | Merge pull request #72 from andyli/augmentation | Jun-Yan Zhu | |
| typo: argumentation -> augmentation | |||
| 2017-08-07 | typo: argumentation -> augmentation | Andy Li | |
| 2017-07-28 | set executable permission on scripts | Andy Li | |
| 2017-07-19 | Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix | junyanz | |
| 2017-07-19 | update README (use_dropout -> no_dropout) | junyanz | |
| 2017-07-19 | Update README.md | taesung89 | |
| removed use_dropout option because it is on by default | |||
| 2017-07-18 | Added comments about resize_or_crop option | taesung89 | |
| 2017-07-17 | changed the default option to use dropout | Taesung Park | |
| 2017-07-11 | fix the bug when set gpu_ids=1 | junyanz | |
| 2017-07-11 | Merge pull request #59 from SsnL/resize_or_crop | Jun-Yan Zhu | |
| Improve resize_or_crop option and single image display | |||
