index
:
pix2pix.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
cycle_gan_model.py
Age
Commit message (
Expand
)
Author
2018-02-18
fix test_model & add timer for data loader & rename identity loss
junyanz
2018-02-10
fix cuda issue
junyanz
2018-02-09
cuda(...) inplace operation
junyanz
2018-02-09
remove unused variable old_lr
junyanz
2018-02-09
code reformatting
junyanz
2018-01-13
fix resize_ issue #170
SsnL
2017-11-09
update
SsnL
2017-11-05
fix typo in the cyclegan
junyanz
2017-11-04
add update_html_freq flag
junyanz
2017-11-03
util.tensor2im takes data, not Variable
Robert M Ochshorn
2017-11-02
gpu memory leaks
Jean-Philippe Mercier
2017-10-10
fix identity option conflict error, and also not specifying init_type in defi...
Taesung Park
2017-10-07
Update cycle_gan_model.py
Jun-Yan Zhu
2017-10-06
support nc=1, add new leaerning rate policy and new initialization
junyanz
2017-07-17
changed the default option to use dropout
Taesung Park
2017-07-05
add reflection padding layer
junyanz
2017-06-12
update dataset mode
junyanz
2017-05-02
use InstanceNorm2d from the latest pytorch
junyanz
2017-04-23
fix which_direction bug
junyanz
2017-04-22
add dropout option for G
junyanz
2017-04-20
add gpu_ids to save/cuda function
junyanz
2017-04-18
first commit
junyanz