Replies: 1 comment
-
You can import your pytorch weights with the To be honest, I am not too familiar with the ptl model format. After a quick glance at the docs it seems that it is a scripted module that is saved for the lite interpreter. Our |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the flutter rust bridge, and I am experimenting with implementing my tensorflow and pytorch models in my rust code, so I can call my models from the same codebase without using any flutter packages that are platform specific. My tensorflow model is onnx convertible so I might get lucky to use it in burn. However, for my pytorch mobile (.ptl) models, I would love to just be able to call them using burn for inference.
Beta Was this translation helpful? Give feedback.
All reactions