Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ebenolson/32a1bec8c155fc4cbed5 to your computer and use it in GitHub Desktop.
Save ebenolson/32a1bec8c155fc4cbed5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@robot010
Copy link

Hi, may I ask how can we know what's the key words of 'model'? For example, when we load the parameters into the pretrained network, we type: model['param values']. But how should we know it is "param values"? In other pretrained model(Like vgg), the key word might be 'values' or 'mean image', none of this can be applied in this case.

I am trying to extract the pretrained parameter from this network, and I would really appreciate your reply!
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment