mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 20:09:58 +00:00
Create TROUBLESHOOTING_INSTALL.md
This commit is contained in:
parent
fbb8f1edd1
commit
89e92a984f
15
TROUBLESHOOTING_INSTALL.md
Normal file
15
TROUBLESHOOTING_INSTALL.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Troubleshooting Install
|
||||||
|
|
||||||
|
## Running Binary
|
||||||
|
|
||||||
|
Remember the binary is only for 64-bit Windows systems.
|
||||||
|
|
||||||
|
## Running Code
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
|
Upgrading your CPU to a newer CPU will probably fix this issue.
|
||||||
|
|
||||||
|
See issue #74 for a discussion.
|
Loading…
Reference in New Issue
Block a user