uhfband / keras2caffe

Keras to Caffe model converter tool
MIT License
67 stars 22 forks source link

Unsupported layer 'Conv2DTranspose' #18

Open TaeheeJeong opened 5 years ago

TaeheeJeong commented 5 years ago

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

mrgransky commented 4 years ago

24 #21 #17 are all missing!

has there already been any fix?