13o-bbr-bbq / machine_learning_security

Source code about machine learning and security.
1.96k stars 648 forks source link

Error 4567 illegal hardware instruction #13

Closed cybert79 closed 6 years ago

cybert79 commented 6 years ago

Hi,

Any help on this one?

[root:...arning_security/DeepExploit]# python DeepExploit.py -t 192.168.1.254 -m train (master) [1] 4567 illegal hardware instruction python DeepExploit.py -t 192.168.1.254 -m train

It is a Kali-rolling machine running on VMWare ESXI 6.5

13o-bbr-bbq commented 6 years ago

do you use the python3?

if you use the python3, maybe it is problem of tensorflow version. tensorflow/tensorflow#17411

please, try tensorflow 1.5.

pip uninstall tensorflow pip install tensorflow==1.5