[go: nahoru, domu]

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

Why model storage memory takes a huge amount of space? #100

Open
haithanhp opened this issue Jul 9, 2019 · 2 comments
Open

Why model storage memory takes a huge amount of space? #100

haithanhp opened this issue Jul 9, 2019 · 2 comments

Comments

@haithanhp
Copy link

Hi,

I see your saved models for imageNet are very huge (48.2MB) while in the code they are 4.9MB (#parameters). I also double checked MobileNet v2 only 14.02MB on Pytorch.

Could you explain why your model is very huge? It should be small in memory storage.

@alphadl
Copy link
alphadl commented Jul 25, 2019

Personally, 4.9M means the number of 4.9 million learnable parameters rather than storage.

@haithanhp
Copy link
Author

Thanks for your information.

Do you know why the models in pytorch are very huge (48.2MB)? I see same scale models (Mobilenet v1, v2) with 4.4M and 3.9M (#parameters) only take little space (14.02MB or 16MB).

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

2 participants