d0ng1ee / logdeep

log anomaly detection toolkit including DeepLog
MIT License
387 stars 115 forks source link

Bi-LSTM robustlog #17

Closed KiteFlyKid closed 3 years ago

KiteFlyKid commented 3 years ago

Nice implementation! But why is the model of robustlog same as deeplog's? In the original paper of robustlog, they use Bi-LSTM beside attention

d0ng1ee commented 3 years ago

I did not spend time trying Bi-LSTM, code includes the attention module(which is commented )

KiteFlyKid commented 3 years ago

thx

Heroning2019 commented 3 years ago

Nice implementation! But how to get event2semantic_vec.json? Using sentence_transformers?

d0ng1ee commented 3 years ago

@Heroning2019 https://github.com/donglee-afar/logdeep/issues/3#issuecomment-750028771