Jan

Results 1 issues of Jan

When you load a `Reshape` node, an `OnnxReshape` instance is created with custom logic for the torch.onnx export. (See https://github.com/ENOT-AutoDL/onnx2torch/blob/main/onnx2torch/node_converters/reshape.py#L32-L33 ) However, I'm getting segmentation faults when exporting the torch...

bug