-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Enhancement]Background concurrent copying GC freed for sklearn model constrcutor in Java #75
Comments
Thanks for the hint @momo1986 , I noticed your issue and feature request. I will check whether it's possible to implement a lean solution. But to be honest JSON isn't an optimal file format to store model data. gRPC is a way more better solution which I will focus on. Kind regards, |
Hello Guys, I/m.example.wavy(31983): Background concurrent copying GC freed 341886(19MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/28MB, paused 817us total 330.645ms |
Hello, dear guys.
Thanks for sharing.
I used your transferred framework with RandomForest and ExtraTreeClassifier.
It reports the memory leakage issue log.
I notice the constructor code will build Gson class to parse json.
Since sklearn model is stored in json, is there any method parse json while save the memory space?
Thanks & Regards!
Momo
The text was updated successfully, but these errors were encountered: