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
Please support 'Conv2DTranspose' Traceback (most recent call last): File "convert.py", line 9, in keras2caffe.convert(model, 'facades.prototxt', 'facades.caffemodel') File "../../keras2caffe/convert.py", line 383, in convert raise Exception('Unsupported layer type: '+layer_type) Exception: Unsupported layer type: Conv2DTranspose
The text was updated successfully, but these errors were encountered:
#24 #21 #17 are all missing! has there already been any fix?
Sorry, something went wrong.
No branches or pull requests
Please support 'Conv2DTranspose'
Traceback (most recent call last):
File "convert.py", line 9, in
keras2caffe.convert(model, 'facades.prototxt', 'facades.caffemodel')
File "../../keras2caffe/convert.py", line 383, in convert
raise Exception('Unsupported layer type: '+layer_type)
Exception: Unsupported layer type: Conv2DTranspose
The text was updated successfully, but these errors were encountered: