-
Notifications
You must be signed in to change notification settings - Fork 157
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
Model Performance is just 88% #49
Comments
@lisn3 try to use list to generate the full dataset, just like this: DeepLog/LogKeyModel_predict.py Lines 11 to 22 in 502aaf0
|
Thanks, I will try again. |
hi,have your performance gotten improved yet? |
Unfortunately, that will be the highest performance with this implementation. The only way to increase it is by modifying the model and fine tuning parameters. |
Use one-hot vector for input data may help. |
If you do what wuifan suggested (replacing set with list) you'll get a tremendously increased performance.
|
您好,我已经收到你的邮件。祝您工作顺利,天天开心思密达~ 唐子超
|
I trained the model using parameters in the paper for 300 epochs, but the final training accuracy is just 88%, and the testing F1-score is 88%. Could you please give some ideas? Has anyone got a higher performance?
The text was updated successfully, but these errors were encountered: