- With VGG16 loss head.
- With UNET fully convolutional net for image generation.
From style images:
Van Gogh | Picasso |
---|---|
To train the network with Imagenette:
pipenv shell
pipenv install
pipenv run python train.py --starry_night --width=<width_int> --height=<height-int>
- Heidelberg - images
Original | Van Gogh | Picasso |
---|---|---|
- Outside scene with friends
Van Gogh | Picasso |
---|---|
- Mount Vesuvio's inside
Van Gogh | Picasso |
---|---|
- Original source J.C.Johnson.
- A residual PyTorch implementation E. Linder-Norén