Question
Problem implementing some layers of ONNX model although the documentation states that these layers are supported.
Although the documentation seems to support layers such as Unsqueeze and LogSoftMax for ONNX models, the X-Cube AI software gives errors such as
1) INTERNAL ERROR - Unexpected layer type Unsqueeze
2) TOOL ERROR - Unsupported layer type LogSoftmax
when an onnx model is input to be analyzed.
Would like to find out why this is so.
