Created
March 15, 2016 10:56
-
-
Save ebenolson/32a1bec8c155fc4cbed5 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!