Artistic-Style
Artistic-Style copied to clipboard
How much time did it take?
How much time did it take to generate one image? Is it faster than https://github.com/OlavHN/fast-neural-style ?
No, I'm using original algorithm proposed by Gatys et al which means image is generated in multiple iterations. In case of my implementation I used 500 iterations which takes on Tesla K20m ~5 minutes.
@DenisSergeevitch Hi, did you run the code in https://github.com/OlavHN/fast-neural-style ? How much time did it take for one stylized image? (Is it approximately the time described in the paper, which is 0.015s for 256 * 256, 0.05s for 512 * 512 and 0.21s for 1024 * 1024 on GTX Titan X?)