We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, after saving the model in the folder and for loading using these sentences:
from ernie import SentenceClassifier, Models classifier=SentenceClassifier('../input/model-predictions/ernie-autosave/bert/1592945713203/')
I am getting a biased error, each and every time I am loading the saved model in this way but predictions seem to be always 1 even for 0 class?
Look into this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, after saving the model in the folder and for loading using these sentences:
from ernie import SentenceClassifier, Models
classifier=SentenceClassifier('../input/model-predictions/ernie-autosave/bert/1592945713203/')
I am getting a biased error, each and every time I am loading the saved model in this way but predictions seem to be always 1 even for 0 class?
Look into this issue.
The text was updated successfully, but these errors were encountered: