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
Add support for exporting the models released on mmlab to torchscript.
Motivation
The training framework currently used by mmlab is mainly PyTorch, so it would be relatively easy to export the model to torchscript.
If we can export the models to torchscript, it will be easy to deploy it with libtorch, we can also use more tools released by the PyTorch teams, such as torchserve.
Seems that torchscript is attracting more and more attention in industrial production environment. For example, we can find that some edge inference libraries such as coreML, ncnn, TVM, TensorRT and MNN have added or are adding support for exporting torchscript to their own IR models.
Thanks for the advice!
We are doing some technical verification about torchscript. And I believe it will be supported in future once we find a good way to integrate it in OpenMMLab.
Describe the feature
Add support for exporting the models released on mmlab to
torchscript
.Motivation
The training framework currently used by
mmlab
is mainlyPyTorch
, so it would be relatively easy to export the model totorchscript
.If we can export the models to
torchscript
, it will be easy to deploy it withlibtorch
, we can also use more tools released by thePyTorch
teams, such astorchserve
.Seems that
torchscript
is attracting more and more attention in industrial production environment. For example, we can find that some edge inference libraries such ascoreML
,ncnn
,TVM
,TensorRT
andMNN
have added or are adding support for exportingtorchscript
to their own IR models.Related resources
The text was updated successfully, but these errors were encountered: