Skip to content
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

Save model should not save its buffers #21

Closed
yiheng opened this issue Sep 22, 2016 · 0 comments
Closed

Save model should not save its buffers #21

yiheng opened this issue Sep 22, 2016 · 0 comments

Comments

@yiheng
Copy link
Contributor

yiheng commented Sep 22, 2016

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.

@yiheng yiheng added the bug label Sep 22, 2016
@yiheng yiheng closed this as completed Nov 16, 2016
wzhongyuan pushed a commit to wzhongyuan/BigDL that referenced this issue Aug 28, 2017
wzhongyuan pushed a commit to wzhongyuan/BigDL that referenced this issue Jan 16, 2019
* 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
Oscilloscope98 pushed a commit to Oscilloscope98/ipex-llm that referenced this issue Oct 14, 2022
…ove2

Format videos and other small fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant