Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 582 Bytes

Readme.md

File metadata and controls

23 lines (13 loc) · 582 Bytes

Running

python init.py

For a 512×512 pixel content file, 200 iterations take 5 seconds on a GTX 1080 Ti, 10 seconds on a Maxwell Titan X, or 10 minutes on an Intel Core i7-5930K. Using a GPU is highly recommended due to the huge speedup.

Requirements

Data Files

  • Pre-trained VGG network (MD5 8ee3263992981a1d26e73b3ca028a123) - put it in the "server" directory of this repository.

Dependencies

Please Install Python dependencies:

  • TensorFlow
  • NumPy
  • SciPy
  • Pillow
  • flask