Artistic-Style icon indicating copy to clipboard operation
Artistic-Style copied to clipboard

How much time did it take?

Open DenisSergeevitch opened this issue 8 years ago • 2 comments

How much time did it take to generate one image? Is it faster than https://github.com/OlavHN/fast-neural-style ?

DenisSergeevitch avatar Aug 10 '16 09:08 DenisSergeevitch

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.

janivanecky avatar Aug 10 '16 09:08 janivanecky

@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?)

ycjing avatar Aug 10 '16 10:08 ycjing