summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-18fix test_model & add timer for data loader & rename identity lossjunyanz
2018-02-16Update README.mdJun-Yan Zhu
2018-02-16Update README.mdJun-Yan Zhu
2018-02-10fix cuda issuejunyanz
2018-02-09cuda(...) inplace operationjunyanz
2018-02-09remove unused variable old_lrjunyanz
2018-02-09code reformattingjunyanz
2018-01-15remove unused codejunyanz
2018-01-14Merge pull request #187 from SsnL/resize_Jun-Yan Zhu
Fix resize_ issue #170
2018-01-14update aligned_datasetjunyanz
2018-01-14update READMEjunyanz
2018-01-14add 'aspect_ratio' in the test codejunyanz
2018-01-14Merge pull request #184 from ayl/masterJun-Yan Zhu
Should normalize input and truth images separately
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