summaryrefslogtreecommitdiff
path: root/models/cycle_gan_model.py
AgeCommit message (Expand)Author
2018-02-18fix test_model & add timer for data loader & rename identity lossjunyanz
2018-02-10fix cuda issuejunyanz
2018-02-09cuda(...) inplace operationjunyanz
2018-02-09remove unused variable old_lrjunyanz
2018-02-09code reformattingjunyanz
2018-01-13fix resize_ issue #170SsnL
2017-11-09updateSsnL
2017-11-05fix typo in the cycleganjunyanz
2017-11-04add update_html_freq flagjunyanz
2017-11-03util.tensor2im takes data, not VariableRobert M Ochshorn
2017-11-02gpu memory leaksJean-Philippe Mercier
2017-10-10fix identity option conflict error, and also not specifying init_type in defi...Taesung Park
2017-10-07Update cycle_gan_model.pyJun-Yan Zhu
2017-10-06support nc=1, add new leaerning rate policy and new initializationjunyanz
2017-07-17changed the default option to use dropoutTaesung Park
2017-07-05add reflection padding layerjunyanz
2017-06-12update dataset modejunyanz
2017-05-02use InstanceNorm2d from the latest pytorchjunyanz
2017-04-23fix which_direction bugjunyanz
2017-04-22add dropout option for Gjunyanz
2017-04-20add gpu_ids to save/cuda functionjunyanz
2017-04-18first commitjunyanz