MarcBS / keras

Keras' fork with several new functionalities. Caffe2Keras converter, multimodal layers, etc.
https://github.com/MarcBS/keras
Other
225 stars 58 forks source link

Does this fork support convert caffemodel using 3D Convolution? #30

Closed bityangke closed 6 years ago

bityangke commented 7 years ago

Does this fork support convert caffemodel using 3D Convolution? More specific, https://github.com/facebook/C3D

MarcBS commented 7 years ago

No, it doesn't, although you could add it if you are interested. Here you can see all the layers supported right now.

bityangke commented 7 years ago

@MarcBS Thank you very much! I noticed that it doesn't , and the caffe_pb2.py can not parse the convolution3d layer in C3D. So I have to something tedious coding to get weights from blobs and reshape.