e-lab / Torch7-profiling

State Of The Art deep neural network models
37 stars 11 forks source link

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

Open muthiyanbhushan opened 7 years ago

muthiyanbhushan commented 7 years ago

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 commented 7 years ago

@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.