MMdnn icon indicating copy to clipboard operation
MMdnn copied to clipboard

when will caffe_emitter support output of layer with more than 1 blob?

Open hnuhchen opened this issue 5 years ago • 1 comments

Platform (like ubuntu 16.04/win10): ubuntu 16.04 Python version: python 3.5.2 Source framework with version (like Tensorflow 1.4.1 with GPU): pytorch or tensorflow Destination framework with version (like CNTK 2.3 with GPU): caffe Pre-trained model path (webpath or webdisk path):

Running scripts:

hello: In caffe_emitter, i found the code:

def emit_Slice(self, IR_node):
        pass

So, if i want to convert layers with more than 1 output blob(such as torch.split->slice(caffe)), the function emit_Slice() is passed, and the conversion is obviously failed.

hnuhchen avatar Jun 10 '20 02:06 hnuhchen

@hnuhchen , thank you very much for the feedback. We are looking into this issue.

linmajia avatar Jun 11 '20 23:06 linmajia