Closed pfeatherstone closed 3 years ago
I get error:
[E:onnxruntime:, sequential_executor.cc:318 Execute] Non-zero status code returned while running Slice node. Name:'Slice_11' Status Message: /onnxruntime_src/onnxruntime/core/providers/cpu/tensor/slice.cc:221 static void onnxruntime::SliceBase::FillVectorsFromInput(const onnxruntime::Tensor&, const onnxruntime::Tensor&, const onnxruntime::Tensor*, const onnxruntime::Tensor*, std::vector<long int>&, std::vector<long int>&, std::vector<long int>&, std::vector<long int>&) ends_tensor.Shape().NumDimensions() == 1 was false. Ends must be a 1-D array
I highly doubt this is an onnxruntime bug. But then again, the debug statements give no useful hints.
Thank you for your catch @pfeatherstone . the issue has been fixed in pr #14
The following example code shows that
cplxmodule.nn.CplxConv1d
can be exported but cannot be run.