summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-07-06resize_or_crop and better display single imageSsnL
2017-07-05Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixjunyanz
2017-07-05Merge pull request #58 from Naruto-Sasuke/patch-1Jun-Yan Zhu
Update image_pool.py
2017-07-06Update image_pool.pyHungryof
2017-07-05add reflection padding layerjunyanz
2017-07-04Merge pull request #56 from TariqAHassan/get_dataJun-Yan Zhu
Add Tools to Easily Obtain CycleGAN or Pix2Pix Data
2017-07-04Add Tools to Easily Obtain CycleGAN or Pix2Pix DataTariqAHassan
2017-07-03fix instancenorm & batchnormjunyanz
2017-06-29Update base_options.pyJun-Yan Zhu
2017-06-24fix small issues in the unaligned_datasetjunyanz
2017-06-21Merge pull request #48 from SsnL/visdom_optsJun-Yan Zhu
Visdom port and display intermediate in single image pane
2017-06-21port and single image displaySsnL
2017-06-19update READMEjunyanz
2017-06-13fix the data_loaderjunyanz
2017-06-13update READMEjunyanz
2017-06-13predict single imagejunyanz
2017-06-12update dataset modejunyanz
2017-06-12save training losses to the file (log_file.txt)junyanz
2017-06-12update READMEjunyanz
2017-06-12update READMEjunyanz