Skip to content
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

How to train my own dataset #19

Open
RamatovInomjon opened this issue Oct 10, 2019 · 1 comment
Open

How to train my own dataset #19

RamatovInomjon opened this issue Oct 10, 2019 · 1 comment

Comments

@RamatovInomjon
Copy link

RamatovInomjon commented Oct 10, 2019

Hi @peterliht , Thanks for you great job!
I am trying to train my own dataset , however I got RuntimeError: size mismatch, m1: [2 x 2048], m2: [512 x 2] at errors,
I guess, it is because dataloader shape are different from yours , I am using this repo https://github.com/cs230-stanford/cs230-code-examples/tree/master/pytorch/vision to load my own data,
please guide to fix the issue
Thanks in advance, appreciate your time

@AEP-WYK
Copy link

AEP-WYK commented Oct 23, 2021

Hi @peterliht , Thanks for you great job! I am trying to train my own dataset , however I got RuntimeError: size mismatch, m1: [2 x 2048], m2: [512 x 2] at errors, I guess, it is because dataloader shape are different from yours , I am using this repo https://github.com/cs230-stanford/cs230-code-examples/tree/master/pytorch/vision to load my own data, please guide to fix the issue Thanks in advance, appreciate your time

Hello, I ran into the same problem, can you tell me specifically how to modify it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants