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
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
First, I train a IDCNN+CRF model with torch 1.4.0,
Then,I transform it to a torchscript model.
Last, I use the torchscript model with java+libtorch.
In same machine(centos 7.4), use same torchscript model, java+libtorch version runs much slower than the python+torchscript version.
To predict almost 35000 samples, java+libtorch use 1250seconds, python+torchscript use only 300seconds.
Did I miss something?