summaryrefslogtreecommitdiff
path: root/models
AgeCommit message (Collapse)Author
2018-06-07augment pathsJules Laplace
2018-06-07augment pathsJules Laplace
2018-04-18kJules Laplace
2018-04-18setting up recursive datasetJules Laplace
2018-04-15fix memory issue in the test_model.pyjunyanz
2018-03-27code refactoringjunyanz
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-12-15Update networks.pyguopzhao
2017-12-10merged conflictsTaesung Park
2017-12-01changed the gain of xavier initialization from 1 to 0.02. implemented ↵Taesung Park
serial_batches option in unaligned dataset
2017-11-27fixed a bug in initialization of weightsTaesung Park
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-04fix small issuesjunyanz
2017-11-04add update_html_freq flagjunyanz
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-02gpu memory leaksJean-Philippe Mercier
2017-10-24Update base_model.pyLambdaWill
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-10fix identity option conflict error, and also not specifying init_type in ↵Taesung Park
define_D
2017-10-07Update cycle_gan_model.pyJun-Yan Zhu
2017-10-06fix minor bugsjunyanz
2017-10-06support nc=1, add new leaerning rate policy and new initializationjunyanz
2017-09-23Update networks.pyJun-Yan Zhu
2017-09-22change the order of concanated channelsLambdaWill
To be consistent with Cyclegan(Torch), the latter half channels should receive the data from the skip connections.
2017-09-04Update networks.pyHungryof
2017-08-26fix the unaligned datasetjunyanz
2017-08-22initialized bias of conv to zero,hazirbas
deactivated bias for the conv layers which are followed by batch normalization.
2017-07-17changed the default option to use dropoutTaesung Park
2017-07-05add reflection padding layerjunyanz
2017-07-03fix instancenorm & batchnormjunyanz
2017-06-13predict single imagejunyanz
2017-06-12update dataset modejunyanz
2017-05-02use InstanceNorm2d from the latest pytorchjunyanz
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-23fix which_direction bugjunyanz
2017-04-22add comment for python 2/3junyanz
2017-04-22add dropout option for Gjunyanz