Update INSTALLATION.md

This commit is contained in:
deeppomf 2018-11-04 09:56:59 +00:00 committed by GitHub
parent af011805b7
commit 1404f2cab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,12 @@ Tensorflow, Keras, Pillow, and h5py can all be installed by running in the comma
$ pip install -r requirements.txt $ pip install -r requirements.txt
``` ```
If you experience this error: ### Dependencies for CPUs that don't support AVX instructions
CPUs that don't support AVX instructions will experience this error when using the above install instructions:
``` ```
ModuleNotFoundError: No module named '_pywrap_tensorflow_internal' ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'
``` ```
See https://github.com/deeppomf/DeepCreamPy/issues/26#issuecomment-434043166 for alternative install instructions. See https://github.com/deeppomf/DeepCreamPy/issues/26#issuecomment-434043166 for alternative install instructions.