microsoft / MMdnn

MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
MIT License
5.8k stars 965 forks source link

froze_graph.pb to onnx conversion #866

Open canozcivelek opened 4 years ago

canozcivelek commented 4 years ago

Hi, I'm on an NVIDIA Jetson Nano with Ubuntu 18.04 running. I'm trying to convert my frozen_graph.pb to .onnx format. I'm confused about running the provided example commands. Could you provide more details as to how exactly run the command. Output node names are required but how to specify them inside the command and how to find the output node names in the first place? I'm new to this, sorry if this is a bit stupid to ask :/