summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-04-20Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixTaesung Park
2017-04-20Merge branch 'ruotianluo-master'Taesung Park
2017-04-20fixed a small bug in plotting error for python 3Taesung Park
2017-04-20Merge branch 'master' of ↵Taesung Park
https://github.com/ruotianluo/pytorch-CycleGAN-and-pix2pix into ruotianluo-master
2017-04-20removed whitespace in default opt.name optionTaesung Park
2017-04-20add gpu_ids to save/cuda functionjunyanz
2017-04-18Use visdom instead of displayRuotian Luo
2017-04-18updated readmePhillip Isola
2017-04-18Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixjunyanz
2017-04-18update READMEjunyanz
2017-04-18Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixTaesung Park
2017-04-18Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixTaesung Park
2017-04-18update READMEjunyanz
2017-04-18Fixed bugs in the Unet structureTaesung Park
2017-04-18update READMEjunyanz
2017-04-18update README.mdjunyanz