KyleErnewein
Results
1
issues of
KyleErnewein
Hi, I have a usecase that ingests ONNX models, and needs to convert to PyTorch then export a traced graph (via `torch.export.export()`). After converting ONNX to torch (via `onnx2torch.convert()`), I'm...