uTensor / utensor_cgen

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/
Apache License 2.0
50 stars 40 forks source link

'TypeError: __init__() missing 1 required positional argument: 'output_nodes'' #55

Open matheusataidee opened 5 years ago

matheusataidee commented 5 years ago

I got this message when trying to convert the simple_mnist.pb file using the command line:

utensor-cli convert --output-nodes=y_pred simple_mnist.pb

What is the correct way of running this conversion?

dboyliao commented 5 years ago

It looks like some breaking change among different version of cgen codebase. Please reinstall/upgrade utensor_cgen and run again.