wuyifan18 / DeepLog

Pytorch Implementation of DeepLog.
MIT License
372 stars 154 forks source link

python version #2

Closed zhangch-fnst closed 5 years ago

zhangch-fnst commented 5 years ago

can you share the python version you are using in the project ? python2 or python3 ? Actually,i am using python3.5 to run the project in centos6. But there are some problems.

zhangch-fnst commented 5 years ago

Python 3.5 + CentOS7 =>OK (gcc 4.8.5,glibc 2.17) Python 3.5 + CentOS6 =>NG Because CentOS6's gcc and glibc is too old.Cannot support c++11 grammer.

wuyifan18 commented 5 years ago

hello, I'm sorry to have just seen the comments. I use python 3.6. I have uploaded the requirements.txt.

zhangch-fnst commented 5 years ago

Thank you for your answer.It is ok now in Python 3.5 + CentOS7.
I also want to confirm that this code implements the deeplog's [Log Key Anomaly Detection Model] algorithm.But [Parameter Value Anomaly Detection Model] algorithm is not yet implemented. Is it right?

wuyifan18 commented 5 years ago

Yes. I will state this in README.md.