fast-neural-style icon indicating copy to clipboard operation
fast-neural-style copied to clipboard

Training installation instructions vs Ubuntu 14.04.5

Open hoehrmann opened this issue 8 years ago • 2 comments

Hi. Following https://github.com/jcjohnson/fast-neural-style/blob/master/doc/training.md on a Ubuntu 14.04.5 system, I noticed a few things.

  • missing sudo apt-get install python-virtualenv step
  • the pip install -r requirements.txt step ran against some UnicodeDecodeError: 'ascii' codec can't decode ... issue; re-starting with LC_ALL=C LANG=C helped (ordinarily set to en_GB.utf8)
  • apparently installing numpy through the requirements.txt is unreliable, google search suggests that other projects have similar problems; installing it beforehand in the virtual environment with pip install numpy helped.

hoehrmann avatar Oct 21 '16 00:10 hoehrmann

Thanks for this! Ran into the same problems ^_^

lcb931023 avatar Nov 20 '16 00:11 lcb931023

Same! Brilliant!

DavidFreebairn avatar Mar 10 '17 13:03 DavidFreebairn