-
Notifications
You must be signed in to change notification settings - Fork 98
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
Wrong Predictions #17
Comments
Hello,
That is a problem that I'm facing as well. Seems like the classifier is
biased over the text view and image view.
I think the classifier will need retraining to correct this problem.
Currently I do not have bandwidth for this but I'll try to sort this out
soon.
…On Mon, Nov 4, 2019, 09:41 Jeznikkei ***@***.***> wrote:
The classifier is not working properly. The elements are not predicted
correctly. Please help
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17?email_source=notifications&email_token=ADEXT7SAPXZYWJQB4JDYTG3QSAYBDA5CNFSM4JIURFDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWTZPPQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEXT7QJX2DERU732KXFC33QSAYBDANCNFSM4JIURFDA>
.
|
How to perform retraining ? |
Unfortunately, you'll have to create a dataset and train a classifier using
Pytorch yourself, if you want to do it on your own. I do not have access to
the dataset presently.
…On Mon, Nov 4, 2019 at 10:34 AM Jeznikkei ***@***.***> wrote:
How to perform retraining ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17?email_source=notifications&email_token=ADEXT7RHOHI3D6QBPLUH63DQSA6JFA5CNFSM4JIURFDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7VDTA#issuecomment-549409228>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEXT7U75H5DTBWNVIEZEM3QSA6JFANCNFSM4JIURFDA>
.
|
How to prepare the dataset..so that we can move further.. |
You'll have to look up how to build a classifier in Pytorch and basically create a dataset for your classes of interest. You can find out more information on how to build datasets for ML on the web. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The classifier is not working properly. The elements are not predicted correctly. Please help
The text was updated successfully, but these errors were encountered: