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