utensor_cgen
utensor_cgen copied to clipboard
'TypeError: __init__() missing 1 required positional argument: 'output_nodes''
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?
It looks like some breaking change among different version of cgen codebase.
Please reinstall/upgrade utensor_cgen and run again.