Importing any SimpleTransformer library takes time #1382
nvkulkarni21
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why does importing of any SimpleTranformer library takes time?
Ex: from simpletransformers.ner import NERModel,NERArgs
from simpletransformers.classification import MultiLabelClassificationModel
Is there any way we could save this? I majorly face this issue while prediction, Below are my steps to predict a outtcome:
Is there any solution?
Beta Was this translation helpful? Give feedback.
All reactions