-
Notifications
You must be signed in to change notification settings - Fork 156
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
Comments
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. |
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? |
@VictorLee0214 I am trying to train my custom data on KPConv. Is there anyway I can contact you to get some help from you? |
my wechat id is 1072412273 or my ig is ispw214
anyway email is K
Sent from my iPhone
…------------------ Original ------------------
From: WesamOM ***@***.***>
Date: Thu, Jun 22, 2023 1:34 AM
To: HuguesTHOMAS/KPConv-PyTorch ***@***.***>
Cc: VictorLee0214 ***@***.***>, Mention ***@***.***>
Subject: Re: [HuguesTHOMAS/KPConv-PyTorch] 2prolems occured to train my customdatasets (Issue #207)
|
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:
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 8, 1])
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
The text was updated successfully, but these errors were encountered: