-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
one question, how to do Incremental learning in drain3 training? #97
Comments
Training on new log is trivial, as long you have the previous templateminer serialized to some external storage (e.g., in-memory, pickle or redis) Just load back from the storage and continue to add log lines to it will be sufficient. |
Dear friend;
Thanks for your message.
This is a auto reply from the mail server of yeah.net which indicates your message has arrived to the server successfully.
Have a nice day!
Cheers;
Nolyn_Luan
|
Calling load_state will suit your needs. |
thx, but one ques is how to code it
…---Original---
From: ***@***.***>
Date: Wed, Apr 24, 2024 20:46 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [logpai/Drain3] one question, how to do Incremental learning indrain3 training? (Issue #97)
Training on new log is trivial, as long you have the previous templateminer serialized to some external storage (e.g., in-memory, pickle or redis) Just load back from the storage and continue to add log lines to it will be sufficient.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I can write up a small example for you when I have time, but you might need to wait until after the May 1st holiday until I find time. |
Thx!!!!
…---Original---
From: ***@***.***>
Date: Thu, Apr 25, 2024 09:58 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [logpai/Drain3] one question, how to do Incremental learning indrain3 training? (Issue #97)
thx, but one ques is how to code it
…
---Original--- From: @.> Date: Wed, Apr 24, 2024 20:46 PM To: @.>; Cc: @.@.>; Subject: Re: [logpai/Drain3] one question, how to do Incremental learning indrain3 training? (Issue #97) Training on new log is trivial, as long you have the previous templateminer serialized to some external storage (e.g., in-memory, pickle or redis) Just load back from the storage and continue to add log lines to it will be sufficient. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
I can write up a small example for you when I have time, but you might need to wait until after the May 1st holiday until I find time.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
this is my training code ,so how could i train new log by ex-trained model?
The text was updated successfully, but these errors were encountered: