Import ONNX model to Pytorch · Issue #21683 - GitHub
github.com › pytorch › pytorchJun 12, 2019 · edited by pytorch-probot bot Feature Importing ONNX models into Pytorch. Motivation Almost all other frameworks already support this. Importing ONNX models into Pytorch makes Pytorch much more flexible. Pitch In torch.onnx, a function should be created to take the ONNX model and outputs a Pytorch model. cc @BowenBao @neginraoof