models
models copied to clipboard
ShuffleNet Model does not have valid onnx names
According to documentation all names within a graph must "adhere to C identifier syntax rules." But it looks like ShuffleNet model has input and outputs that are not following this rule(gpu_0/data_0 and gpu_0/softMax_1).
@houseroad can you help update the model to conform to the spec
@prasanthpul yes, this is an issue. We did use names such as "gpu_0/data_0"
@houseroad thanks for confirming. please let us know when the model might be updated.
@linkerzhang @bddppq we should update the ONNX checker to capture all spec aspects.
Do we have any update on this? I verified that same issues applies on the following models as well.
bvlc_reference_rcnn_ilsvrc13.onnx resnet50.onnx zfnet512.onnx
@houseroad would you help to fix the variable name issue for models that @youngkim93 mentioned above please? Thank you!
@linerzhang let me right a script to convert the name
@houseroad Just wanted to see if a script was created to convert names?