logpai / loglizer

A machine learning toolkit for log-based anomaly detection [ISSRE'16]
MIT License
1.28k stars 426 forks source link

Can't find files : train.pkl and test.pkl #97

Open house-chang opened 1 year ago

house-chang commented 1 year ago

Dear Sponsor : I got error when run the command : $ python3 loglizer_demo.py Traceback (most recent call last): File "loglizer_demo.py", line 58, in with open(os.path.join(pkl_path, "train.pkl"), "rb") as fr: FileNotFoundError: [Errno 2] No such file or directory: '../../proceeded_data/BGL/BGL_ws=60m_s=60m_0.8train/train.pkl'

Where I find files : train.pkl and test.pkl ? thank you House

zhaom-s commented 5 days ago

I meet the same question today.Do you sovle the problem,bro?