Refer requirements
Install
- Pytorch (>= 0.4.1) (No problem in torch 1.0.1)
- Torchvision (>= 0.2.1) based on your python version, os, cuda version etc...
- go to link and download
- unzip
$ ./train.sh
- Sketch Image Generation
- Color Histogram Extraction
- Attentioned UNet
To see experiment trials, click
Hyperparameter | Value |
---|---|
learning_rate |
0.0002 |
beta1 (optimizer) |
0.5 |
batch_size |
4 |
lambda |
100 |
epochs |
30 |
learning_rate schedule |
None |
Discriminator |
PatchGAN |
Weight Initialization |
(0, 0.02) Normal Distribution |