Elena Giacomazzi
Elena Giacomazzi
Running in [docker container](https://github.com/microsoft/MMdnn#install-with-docker-image) For the PyTorch to IR conversion the whole model (weights+structure) is needed as stated [here](https://github.com/Microsoft/MMdnn/blob/master/mmdnn/conversion/pytorch/README.md#faq). For that I used the following code ```python import torch from...
## Description When I try to load [this linked model](https://1drv.ms/u/s!Aj77w7-uJZ_ld_Mle2nPiQXdJ2I?e=itWhbH) using the following lines of code: ```python from mxnet.contrib import onnx as onnx_mxnet onnx_model_file = "network.onnx" sym, arg, aux =...