Closed davidt0x closed 1 year ago
Thanks @davidt0x, will try it out.
Hey @pgleeson, which version of onnx were you seeing failures? I tried 1.12 (current is 1.14) and it is passing.
@davidt0x I think the issue was pytorch 1.11 with the later versions of the onnx libs was causing the "old" form of the node ids to be generated, see this commit: https://github.com/ModECI/MDF/commit/722222459cab9f52c1c87cc0fba41604475d7a09
Miscellaneous changes to support latest versions of torch, torchvsion, and ONNX. This adds tests for more torchvision models. I also paired down the torchvision tests to speed things up. There are a couple marked as xfail that I still need to work on.
@pgleeson, I cleaned up some stuff in the CI as well.