We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to convert a caffemodel of LRCN to a tensorflow model. But got the following error:
google.protobuf.text_format.ParseError: 260:3 : Message type "caffe.LayerParameter" has no field named "recurrent_param"
Does it mean that the caffe-tensorflow converter cannot be used to convert such a model with recurrent layers?
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to convert a caffemodel of LRCN to a tensorflow model. But got the following error:
Does it mean that the caffe-tensorflow converter cannot be used to convert such a model with recurrent layers?
Thank you
The text was updated successfully, but these errors were encountered: