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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smoking_classifier.predict(["Smoking can lead to arterial congestions. This in the long run is injurious and even fatal as per a WHO advisory"])
I get result as:
tensor([[0.], [1.], [1.], [0.]]) How do I interpret the above tensor values?
How can I specify the labels and get the label as the output?
The text was updated successfully, but these errors were encountered:
Also how to train for a new area and a set of documents? Say cardiology or diabetes etc.
Sorry, something went wrong.
Hi, these are label indicators.
No branches or pull requests
smoking_classifier.predict(["Smoking can lead to arterial congestions. This in the long run is injurious and even fatal as per a WHO advisory"])
I get result as:
tensor([[0.],
[1.],
[1.],
[0.]])
How do I interpret the above tensor values?
How can I specify the labels and get the label as the output?
The text was updated successfully, but these errors were encountered: