summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-13fix resize_ issue #170SsnL
2018-01-12Should normalize input and truth images separatelyYour Name
2017-12-14Merge pull request #167 from guopzhao/masterJun-Yan Zhu
Update networks.py
2017-12-15Update networks.pyguopzhao
2017-12-12Merge pull request #165 from leVirve-arxiv/fix-readmeJun-Yan Zhu
fix typos at command options in readme
2017-12-13fix typos at command options in readmeleVirve
2017-12-10merged conflictsTaesung Park
2017-12-10added script for downloading pretrained CycleGAN modelsTaesung Park
2017-12-10Update README.mdtaesung89
2017-12-01changed the gain of xavier initialization from 1 to 0.02. implemented ↵Taesung Park
serial_batches option in unaligned dataset
2017-11-27changed default weight initialization to normalTaesung Park
2017-11-27fixed a bug in initialization of weightsTaesung Park
2017-11-09Merge pull request #147 from SsnL/max_dsJun-Yan Zhu
Fix max_dataset_size
2017-11-09fix max_dataset_sizeSsnL
2017-11-09Merge pull request #146 from SsnL/update_pytorch_syntaxJun-Yan Zhu
PyTorch best practices
2017-11-09updateSsnL
2017-11-08working version with handwritten GAN loss. Shift value can be changedTaesung Park
2017-11-05fix typo in the cycleganjunyanz
2017-11-04Update README.mdJun-Yan Zhu
2017-11-05Update README.mdtaesung89
2017-11-05Update README.mdtaesung89
Replaced the misleading description of applying pretrained CycleGAN model.
2017-11-04fix small issuesjunyanz
2017-11-04add update_html_freq flagjunyanz
2017-11-04Merge pull request #142 from strob/masterJun-Yan Zhu
util.tensor2im takes data, not Variable
2017-11-03util.tensor2im takes data, not VariableRobert M Ochshorn
2017-11-02Merge pull request #130 from LambdaWill/patch-1Jun-Yan Zhu
Compatible with the latest version.
2017-11-02Merge pull request #132 from javiribera/masterJun-Yan Zhu
show default parameter values when invoking with -h
2017-11-02Merge pull request #141 from jpmerc/patch-2Jun-Yan Zhu
gpu memory leaks
2017-11-02Merge pull request #140 from jpmerc/patch-1Jun-Yan Zhu
gpu memory leaks
2017-11-02gpu memory leaksJean-Philippe Mercier
A tensor is now fed to ImagePool() instead of a Variable
2017-11-02gpu memory leaksJean-Philippe Mercier
2017-10-24Update base_model.pyLambdaWill
2017-10-22show default parameter values when invoking with -hJavi Ribera
2017-10-21Update networks.pyLambdaWill
fix typo
2017-10-21Compatible with the latest version.LambdaWill
Since the commit `Change device_id to device in python land #3133`, keyword `device_id` has been changed to `device`
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