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

Add utility to save/load parameters, i.e. models. #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add utility to save/load parameters, i.e. models. #23

wants to merge 1 commit into from

Conversation

lucasb-eyer
Copy link
Member

Also adds a utility to compute the number of parameters, because that's
always interesting and often reported in papers.

While the code is pretty trivial, I think it's useful to have it because it might not be obvious to others.

Also adds a utility to compute the number of parameters, because that's
always interesting and often reported in papers.
@ikostrikov
Copy link
Member

What if we load parameters for a different model? I mean parameters do not match a class that load them?

I think we don't need these utilities. Build-in python tools do everything that we need. But maybe we need just an example of usage.

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

Successfully merging this pull request may close these issues.

2 participants