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
I completed the training using code examples and now make predictions on the test set. But I found that using actor. predict to obtain the output of the generated model on test set is unusually slow. I tried using the dump method you provided to convert the saved model into a huggingface model and then perform inference. This is very fast, but the effect is much worse than using the actor.predict.
I want to know why there is such a difference? How should I operate?
The text was updated successfully, but these errors were encountered:
Nice repo!!
I completed the training using code examples and now make predictions on the test set. But I found that using
actor. predict
to obtain the output of the generated model on test set is unusually slow. I tried using thedump
method you provided to convert the saved model into a huggingface model and then perform inference. This is very fast, but the effect is much worse than using theactor.predict
.I want to know why there is such a difference? How should I operate?
The text was updated successfully, but these errors were encountered: