Wapiti08 / LogAnalyzer

Ensemble framework of some log based anomaly detection work.
MIT License
35 stars 16 forks source link

The code isn't working #6

Closed heyd7fc closed 2 years ago

heyd7fc commented 2 years ago

Your Code is not working. May I ask you to modify your code?

It's Deeplog Executionexecution. What is callback inDeeplog_demo/Execution_Path_Anomaly/Execution_Path_Anomaly.py? image

I tried to change it and set the correct class, but there was a mistake: ValueError: Error when checking input: expected dense_1_input to have 2 dimensions, but got array with shape (8929, 5, 1)

Other than that, /Execution_Path/Execution_Path_Anomaly.py doesn't work

Wapiti08 commented 2 years ago

Hi,

Thanks for reaching out. I am really sorry for your problem. It is quite a mass for the code in the demo. I gave a quick fix. I hope it can work now.

As for the second part, I just gave the core code. The data was not provided for sensitive reasons. If you want to play, you can provide your own dataset. The code in the top Execution_Path and Parameter_Value_Vector folder is more official and updated.