summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-04-20make visdom default & add no_html & update scriptsjunyanz
2017-04-20Update README.mdtaesung89
More comments about visualization.
2017-04-20Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixjunyanz
2017-04-20make visdom defaultjunyanz
2017-04-20merged conflictsTaesung Park
2017-04-20modified READMETaesung Park
2017-04-20Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixjunyanz
2017-04-20support different sizes of dataset A/B and update READMEjunyanz
2017-04-20fixed a bug where epoch_iter is 0 instead of dataset_size at the last ↵Taesung Park
iteration of each epoch
2017-04-20Added the default server address for visdomTaesung Park