-
Notifications
You must be signed in to change notification settings - Fork 3
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
about the 3D Scene Segmentation #3
Comments
I have the same issue when running the code, with CUDA 11.6. |
Hi! Could you provide more details for me to reproduce the bug? Thank you! |
I have the same issue too, with ubuntu20, pytorch1.8, and cuda11.1. |
Hi! My apologies for the very late reply! if you are still interested please check issue #7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for sharing the code. I try to retrain the 3d scene segmentation task on my computer. I get some bugs when I start to train the model. show as below:
`Train 0, loss: 1.834570, train acc: 0.527190, train avg acc: 0.112260, train iou: 0.075878, mean iou: 0.479272
Test 0, loss: 1.757209, test acc: 0.546379, test avg acc: 0.111111, test iou: 0.068297, mean iou: 0.692278
Train 1, loss: 1.718582, train acc: 0.581674, train avg acc: 0.111090, train iou: 0.072744, mean iou: 0.69713
Test 1, loss: 1.735542, test acc: 0.546379, test avg acc: 0.111111, test iou: 0.068297, mean iou: 0.692278`
As you can see, the Test mean iou is not changed, it keeps the value stable (0.692278). Can you give me some suggestions?
The text was updated successfully, but these errors were encountered: