You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swopper050
changed the title
Look into implementing a backend using the ONNX backend
Look into implementing a testing backend using the ONNX backend
Aug 22, 2024
ONNX provides support for testing with a backend.
We could try and implement a backend in python based on this.
For example, this is how Caffe2 implemented it:
https://github.com/pytorch/pytorch/blob/main/caffe2/python/onnx/backend.py
The text was updated successfully, but these errors were encountered: