LogIntelligence / LogADEmpirical

Log-based Anomaly Detection with Deep Learning: How Far Are We? (ICSE 2022, Technical Track)
MIT License
162 stars 40 forks source link

Missing data['Seq'], what‘s 'seq' ? #10

Open wangwenjing1999 opened 2 years ago

wangwenjing1999 commented 2 years ago

Hello, I have some questions about the 'seq' field in the data; image I tried to find how 'seq' was generated in the code. However, in addition to the generated part of the session window, the training data saved by the sliding window does not contain this part. I think it's an index list of logs, does that make sense? Is there any mistake in my understanding? Could you please help with this?

MrSwn commented 2 years ago

你好 我也遇到了同样的问题,请问您解决了吗?

wangwenjing1999 commented 2 years ago

你好,没有解决,您解决了吗?

MrSwn commented 2 years ago

你好,这里的问题我通过简单粗暴的删除部分代码避开了这个错误,但是后续运行还出现了一个传参问题,继续删除错误代码运行,又提示缺少embeddings.json。其他人有提到相同问题缺少embeddings.json文件,作者回复后续将会加上,但是目前作者好像并未将这个文件加到项目里。

souravs17031999 commented 1 year ago

@wangwenjing1999 were you able to solve this issue ? I am having same issue.

sailormoon-c commented 1 year ago

Is anyone fix this keyerror?