-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Accuracy remain 0 when training the classifier #1
Comments
Hmm, that's weird. You mean the accuracy that is logged on the terminal. There might be a error calculating the accuracy. Can you play around with it and see what value it is outputting ? It is training, there might be a small error in the calculation of the accuracy. Thanks ! |
@plasmashen @karanchahal the same problem for me, how can I solve it ?Thanks |
i met the same problem ,it seems the code has not use the output of the train_classification,it is puzzled |
i have solved the problem |
Can you send a pull request to fix it ?
It would be really great if you could do that.
Thank you so much.
…On Mon, Oct 14, 2019, 07:13 zhiyuan ***@***.***> wrote:
i have solved the problem
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=ADEXT7VN7ORHAM3BAW6GQT3QORH4VA5CNFSM4GRNHOJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBEG2SQ#issuecomment-541617482>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEXT7XXCXKSX4B4XL757HTQORH4VANCNFSM4GRNHOJQ>
.
|
ok |
I run the train_classifier but the accuracy remains 0 all the time although the loss is decreasing. What's the problem here?
The text was updated successfully, but these errors were encountered: