namizzz

Results 12 comments of namizzz

Hi @dritidagli , I can search somthing about deployment of mxnet model for you, but I think the most convenient way for you is to search "Deploy MXNet models on...

Hi @dritidagli , could you please provide your test.pth file?

Hi @dritidagli Now we don't implement the 'onnx::Softmax' inpytorch parser, but you can do it by yourself. Here is [Contribution Guideline](https://github.com/Microsoft/MMdnn/wiki/Contribution-Guideline), you can have a try! Here is the [pytorch_parser](https://github.com/Microsoft/MMdnn/blob/master/mmdnn/conversion/pytorch/pytorch_parser.py)...

Hi @drkoller ,could you please provide your model file?

Hi @shreyasrajesh ,Thanks your issue, we have fixed it!

Hi @ningningG , could you provide your model file for us to debug?

Hi @LeeRel1991, MMdnn can only convert the architecture of a network. Can you remove backward part and upload the model file ? Or you can follow the [guide](https://github.com/Microsoft/MMdnn/wiki/Contribution-Guideline) to implement...

Hi @luisarbezerra , could you provide the model file(.ckpt or .pb)?

hi @aespielberg , you need to provide '--inputshape'

Hi @aespielberg , you need to use --inputShape 224,224,3 or 3,244,244. Could your please copy the complete error here?