wuyifan18 / DeepLog

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

Online learning support #30

Open okazelnik opened 4 years ago

okazelnik commented 4 years ago

Hi, thanks for the great work. I read in the paper there is a strong support in their algorithm for online learning, which means the model can update itself in "online stream mode" in case of a new log. However, I can't see any mention for this functionality in the code. Can anyone help me to clarify the issue?

wuyifan18 commented 4 years ago

Hi @okazelnik, I don't implement this part.

okazelnik commented 4 years ago

Hi @wuyifan18 thanks for the quick answer. I will look into it and if the research would be valuable I will contribute it Thanks again.

dvaldivia commented 1 year ago

@okazelnik did you had any luck?

shoaib-intro commented 1 year ago

Hey where is code for incremental Training?