You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that when save googlenet model, the model size is 5.7G, while its parameter size should be only Megabytes level. The root cause is that the buffer of the model is also saved to the file. We should mark these buffer field as transient, so it won't be a part of the model persistent file.
The text was updated successfully, but these errors were encountered:
* feat: add a dist profile to handle all submodules
* feat: pack all submodules to one artifact
* fix: dist type to pom
* fix: bigquant-java-os variable for windows support
* fix: windows can't find the property
I find that when save googlenet model, the model size is 5.7G, while its parameter size should be only Megabytes level. The root cause is that the buffer of the model is also saved to the file. We should mark these buffer field as transient, so it won't be a part of the model persistent file.
The text was updated successfully, but these errors were encountered: