-
Notifications
You must be signed in to change notification settings - Fork 23
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
RuntimeError: stack expects a non-empty TensorList #16
Comments
Please give me more details: which line of code and which file, or the full traceback of this error? |
Traceback (most recent call last): Any ideas? Thanks very much!!!! |
It means that your input point cloud does not contain any foreground instance, leading to an empty list. You may have cropped too many points in the preprocessing step. One solution is that you can check these ambiguous cases and excl;lude them during training. |
I was following the steps shown as data preprocessing, so I have not cropped points. |
Due to the version of GPU, I have to set the batch_size=1, However, it cause an error when training at the epoch 48 out of 120.
'RuntimeError: stack expects a non-empty TensorList'
I am training the ScanNet200 dataset using this network.
Any ideas about this?
Thanks in advance!!!!
The text was updated successfully, but these errors were encountered: