Slips, a free software behavioral Python intrusion prevention system (IDS/IPS) that uses machine learning to detect malicious behaviors in the network traffic. Stratosphere Laboratory, AIC, FEL, CVUT in Prague.
Describe the bug
The tensorflow library needs either AVX or a CUDA capable GPU. In the case of missing a specific GPU and an AVX capable cpu, slips crashes while loading the modules.
Describe the bug The tensorflow library needs either AVX or a CUDA capable GPU. In the case of missing a specific GPU and an AVX capable cpu, slips crashes while loading the modules.
To Reproduce
Expected behavior slips print a warning which modules get deactivated and runs https://github.com/stratosphereips/StratosphereLinuxIPS/blob/94520610f6f1f6bf9705c6075e35a06543fee013/managers/process_manager.py#L353
Screenshots If applicable, add screenshots to help explain your problem.
Branch v1.1
Environment (please complete the following information):
Additional context
python3 -c "from cpufeature.extension import CPUFeature; print (CPUFeature.get('AVX'))"