LSTM-Neural-Network-for-Time-Series-Prediction icon indicating copy to clipboard operation
LSTM-Neural-Network-for-Time-Series-Prediction copied to clipboard

Illegal instruction

Open LooOOooM opened this issue 6 years ago • 1 comments

Any Idear what could be went wrong? All module versions are fitting, however I am using pythen 3.6 on a centos system rather then python 3.5

[haxus@bud LSTM-Neural-Network-for-Time-Series-Prediction]$ python3.6 run.py Using TensorFlow backend. Illegal instruction

In addition I see the folowing: Installing collected packages: numpy, tensorflow Found existing installation: numpy 1.15.0 Uninstalling numpy-1.15.0: Successfully uninstalled numpy-1.15.0 Successfully installed numpy-1.14.5 tensorflow-1.10.0

But in the REadme it says the numpy1.15 should be installed.

I maybe found the problem. As I do not have a GPU in my VM I installed tensorflow (cpu) rather then GPU. could this work anyway on GPU less Maschines?

LooOOooM avatar Oct 24 '18 14:10 LooOOooM

In the code, there isn't a need for a GPU, so there the fact that you do not have one shouldn't be a problem. Could you give more details on the error, did it just say Illegal instruction?

Ressnn avatar Nov 30 '18 01:11 Ressnn