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

2prolems occured to train my custom datasets #207

Open
VictorLee0214 opened this issue Jan 11, 2023 · 4 comments
Open

2prolems occured to train my custom datasets #207

VictorLee0214 opened this issue Jan 11, 2023 · 4 comments

Comments

@VictorLee0214
Copy link

sry sir to interrupting u here!
when i use kpconv to train my custom datasets which is following ur data format to make done,it occurs these mishaps below with starting training:

  1. raise ValueError("Expected more than 1 value per channel when training, got input size {}".format(size))
    ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 8, 1])
  2. ValueError: Expected more than 1 value per channel when training, got input size torch. Size([1, 8, 1])
    image

i tried to debug this problem for 2days. i fonud problms are related to BN layer, but still confused now and i dont know hw to fix it up, hope u can help me

@LucHayward
Copy link
Contributor

I would make sure that your data is actually being treated the same as the benchmark datasets and you end up with the same shape going into the model.

@VictorLee0214
Copy link
Author

really thanks for ur reply,and ive already fixed up this problem. but uknow this work is a little bit hard and no one is knowing relevant algorithms knowledge around me. so could i follow ur ins or probably other contact way?

@WesamOM
Copy link

WesamOM commented Jun 21, 2023

@VictorLee0214 I am trying to train my custom data on KPConv. Is there anyway I can contact you to get some help from you?

@VictorLee0214
Copy link
Author

VictorLee0214 commented Jun 21, 2023 via email

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

3 participants