MMdnn
MMdnn copied to clipboard
MxNet to IR conversion. Request for support/help (Upsampling, Crop, Reshape)
Platform (like ubuntu 16.04/win10): ubuntu 16.04
Python version: 3.6
Source framework with version : MxNet 1.5 with GPU
Destination framework with version : tf 1.4 with GPU
Pre-trained model path (webpath or webdisk path): gdrive
Running scripts: mmconvert -sf mxnet -in mnet.25-symbol.json -iw mnet.25-0000.params -df tensorflow -om mnet_ir.tf --inputShape 3,640,640
I followed this issue 208 and resolved the '_fwd' issue. But MxNet parser does not support 'Upsampling', 'Crop', 'Reshape' Any help/direction would be desperately appreciated
Hi, did you manage to implement this or find a workaround ? I think we are both trying to convert RetinaFace to tensorflow