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
PyTorch Lightning eases the process of deploying models into production.
4
+
5
+
6
+
Exporting to ONNX
7
+
-----------------
8
+
PyTorch Lightning provides a handy function to quickly export your model to ONNX format, which allows the model to be independent of PyTorch and run on an ONNX Runtime.
9
+
10
+
To export your model to ONNX format call the `to_onnx` function on your Lightning Module with the filepath and input_sample.
0 commit comments