PLELog
PLELog copied to clipboard
Implementation of PLELog in ICSE 2021 accepted paper:Semi-supervised Log-based Anomaly Detection via Probabilistic Label Estimation.
Thanks for your great work. As HDFS labels are initially strings, is this a typo in the following line? token[1] are strings, which cannot be converted to int. https://github.com/YangLin-George/PLELog/blob/fd35d79c9bd38b2d087e2241d5a942113013640a/preprocessing/dataloader/HDFSLoader.py#L199
The training process encountered the following problems  bidirectional set as False.Another problem arose.  I have removed the back part of the multiplication in the image below.Can be trained...
When I was training, the following error occurred,and I don't know how to correct it。 Traceback (most recent call last): File "/Users/heyingying/PycharmProjects/PLELog/approaches/PLELog.py", line 255, in loss = plelog.forward(tinst.inputs, tinst.targets) File...
**Step 4:** Run `approaches/PLELog.py` (make sure it has proper parameters). I got this error in the fourth step, can you help me take a look
Thanks for sharing the code, but after I ran the code, I found that the accuracy of the indicator did not reach the indicator in the paper, how should I...