summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2017-06-12update READMEjunyanz
2017-05-07fixed a bug about flippingTaesung Park
2017-05-071. Added flipping functionalityTaesung Park
2. Changed the default options
2017-05-02use InstanceNorm2d from the latest pytorchjunyanz
2017-04-27Merge pull request #17 from taras-sereda/masterJun-Yan Zhu
Update base_options.py
2017-04-27Update base_options.pyTaras Sereda
more pythonic way to create dictionary from opts
2017-04-27Merge pull request #9 from TylerCarberry/patch-1taesung89
Fix typo in README
2017-04-27changed the name of the loaded network from net_G_A to net_GTaesung Park
2017-04-271. Added one_direction_test_model that generates the outputs in only one ↵Taesung Park
direction 2. Changed the option naming from ntrain to max_dataset_size
2017-04-26Added support for the option ntrainTaesung Park
2017-04-23fix which_direction bugjunyanz
2017-04-22fix cropping in data_loadersjunyanz
2017-04-22add comment for python 2/3junyanz
2017-04-22Fix typo in READMETyler Carberry
2017-04-22add dropout option for Gjunyanz
2017-04-22fix the padding/kernel_size in Djunyanz
2017-04-22update README & fix test-time issues in visualizerjunyanz
2017-04-21Following griegler's suggestion, fixed a bug in NLayerDiscriminator that ↵Taesung Park
always applied sigmoid to the output
2017-04-20fix a bug in unaligned_data_loaderjunyanz
2017-04-20update READMEjunyanz