Merge pull request #96 from Kadantte/patch-2

Update TROUBLESHOOTING.md
This commit is contained in:
deeppomf 2018-12-22 20:12:03 -05:00 committed by GitHub
commit 9b3227b095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Remember the binary is only for 64-bit Windows systems.
### I'm running a Linux OS, and I get the error message "Using TensorFlow backend. Illegal instruction" when running decensor.py
Unfortunately, you can't run DCP on your machine because your CPU doesn't support AVX instructions. Newer versions of tensorflow can't run on these CPUs. This problem doesn't exist for Windows with non-AVX CPUs because there are custom Windows Tensorflow wheels.
Unfortunately, you can't run DCP on your machine because your CPU doesn't support AVX instructions. Newer versions of tensorflow can't run on these CPUs. This problem doesn't exist for Windows with non-AVX CPUs because there are custom Windows Tensorflow wheels, you can find it [here](https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.10.0/py36/CPU/sse2).
Upgrading your CPU to a newer CPU will probably fix this issue.