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

change the weights #20

Open
MahdiShokrgozar opened this issue Jul 11, 2020 · 1 comment
Open

change the weights #20

MahdiShokrgozar opened this issue Jul 11, 2020 · 1 comment
Labels

Comments

@MahdiShokrgozar
Copy link

I want to run resnet50 with my custom weights. I want to change the weights and see the results(cost, run time ,etc) in inference level. how can I do this?

@gaomy3832
Copy link
Contributor

The tool only deals with dense NN models. In that case, the values of the weights do not matter. So the tool is oblivious to the weight values. If you want to try sparse models, this tool currently cannot do that, and you will need to find your own hacks. For example, change the MapStrategy class to reflect how to map a sparse model onto the array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants