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

Model weights(.t7) for Inception-v3 and Resnet18 in Torch #8

Open
muthiyanbhushan opened this issue Jul 12, 2017 · 1 comment
Open

Comments

@muthiyanbhushan
Copy link

Hello everyone,

Thank you for this wonderful tutorial. It is really helpful for doing profiling on different hardware.

I waned to do some profiling using the model weights(.t7) file to compute forward and backward computation time on Amazon EC2 instance(p2.8x).

It would be of great help if I could get the model weights for Inception-V3 and Resnet18 model.

Thank you for your help.

Regards,
Bhushan

@codeAC29
Copy link
Contributor

@muthiyanbhushan you only need model definitions to calculate the timing values. In case you need to save these model definitions for some reasons (.t7 or .net format), then just use the --save b option.

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