| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-09 | Update cycle_gan_model.py | Anders Christiansen | |
| Fix argument mismatch. Was feeding gpu_ids to the init_type argument | |||
| 2017-10-07 | Update cycle_gan_model.py | Jun-Yan Zhu | |
| 2017-10-06 | fix minor bugs | junyanz | |
| 2017-10-06 | support nc=1, add new leaerning rate policy and new initialization | junyanz | |
| 2017-09-23 | Update networks.py | Jun-Yan Zhu | |
| 2017-09-22 | change the order of concanated channels | LambdaWill | |
| To be consistent with Cyclegan(Torch), the latter half channels should receive the data from the skip connections. | |||
| 2017-09-04 | Update networks.py | Hungryof | |
| 2017-08-26 | fix the unaligned dataset | junyanz | |
| 2017-08-22 | initialized bias of conv to zero, | hazirbas | |
| deactivated bias for the conv layers which are followed by batch normalization. | |||
| 2017-07-17 | changed the default option to use dropout | Taesung Park | |
| 2017-07-05 | add reflection padding layer | junyanz | |
| 2017-07-03 | fix instancenorm & batchnorm | junyanz | |
| 2017-06-13 | predict single image | junyanz | |
| 2017-06-12 | update dataset mode | junyanz | |
| 2017-05-02 | use InstanceNorm2d from the latest pytorch | junyanz | |
| 2017-04-27 | changed the name of the loaded network from net_G_A to net_G | Taesung Park | |
| 2017-04-27 | 1. 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-23 | fix which_direction bug | junyanz | |
| 2017-04-22 | add comment for python 2/3 | junyanz | |
| 2017-04-22 | add dropout option for G | junyanz | |
| 2017-04-22 | fix the padding/kernel_size in D | junyanz | |
| 2017-04-21 | Following griegler's suggestion, fixed a bug in NLayerDiscriminator that ↵ | Taesung Park | |
| always applied sigmoid to the output | |||
| 2017-04-20 | add gpu_ids to save/cuda function | junyanz | |
| 2017-04-18 | Fixed bugs in the Unet structure | Taesung Park | |
| 2017-04-18 | fix assert bug | junyanz | |
| 2017-04-18 | add unet and update README | junyanz | |
| 2017-04-18 | fix assert bug | junyanz | |
| 2017-04-18 | first commit | junyanz | |
