| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Added description to download the pix2pix pretrained models to readme
|
|
|
|
define_D
|
|
Update cycle_gan_model.py
|
|
Fix argument mismatch. Was feeding gpu_ids to the init_type argument
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change the order of concanated channels
|
|
To be consistent with Cyclegan(Torch), the latter half channels should receive the data from the skip connections.
|
|
Update test.py
|
|
|
|
Update test_options.py
|
|
|
|
fix typo in networks.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bias initialization
|
|
deactivated bias for the conv layers which are followed by batch normalization.
|
|
set executable permission on scripts
|
|
Update README.md
|
|
Made explicit HTTPS call
|
|
-Replace OSX with macOS
-Made explicit HTTPS call
-Minor url cleanup
|
|
typo: argumentation -> augmentation
|
|
|
|
|
|
|
|
|
|
removed use_dropout option because it is on by default
|
|
|
|
|
|
|
|
Improve resize_or_crop option and single image display
|
|
|
|
|
|
Update image_pool.py
|