tensorflow-fast-style-transfer
tensorflow-fast-style-transfer copied to clipboard
A simple, concise tensorflow implementation of fast style transfer
Hi, kudos for an awesome project ! I managed to run this using tf 1.13.1 and works perfectly. However, when trying to train I get poor results , no where...
'' There is no la_muse.ckpt Tensorflow r0.12 requires 3 files related to *.ckpt If you want to restore any models generated from old tensorflow versions, this assert might be ignored...
Hey! I'm trying to achieve with fast style transfer roughly same results as with classical one and I can't. Best example, IMO, is style transfer from "Starry night": in Gatys...
Hello, first of all thank you for your code. I successfully used it to train a model and style some images using a GPU. Then, I would like to port...
Hello! I like the work and want to make some test,but I can't download the model for https://mega.nz/#F!VEAm1CDD!ILTR1TA5zFJ_Cp9I5DRofg.Could u offer some other ways to geit it ? Thank you very...
I have been using this code to hobby style some images for awhile now and want to move into video styling. Is anyone aware of an easy fix to make...
Can any one help please ? tensorflow 1.5- python 2.7.12 - cuda 9.1 - cudnn 7 - ubuntu 17.10 ` style_transfer_trainer.py:219: RuntimeWarning: divide by zero encountered in long_scalars epoch =...
How long do I have to wait? I training 163KB Image in GPGPU Server (TITAN X * 8) I already wait 3 days and training Iteration is **25017.** i used...
I have a ubuntu 1604 machine with 4 GPUs, I am wonder is this program automatically using GPU or I have to adjust and set that? Thanks
The [content images selection part](https://github.com/hwalsuklee/tensorflow-fast-style-transfer/blob/50438ad8b620af7d45ab8c4e050a7044d68ebe46/style_transfer_trainer.py#L22) should be modified. If ```len(content_images)``` is divided by ```batch_size```, then ```self.x_list``` will be empty, causing failure in training.