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

Error in training of part segmentation #6

Open
rabbiahassan opened this issue Oct 22, 2021 · 7 comments
Open

Error in training of part segmentation #6

rabbiahassan opened this issue Oct 22, 2021 · 7 comments

Comments

@rabbiahassan
Copy link

Hello !
Thanks for the interesting work.
When I put the part segmentation model on training,it just stucks here and doesn't proceed further,it doesn't show any error either.
Please tell me what should I do?
Thanks for your time.
image

@hrzhou2
Copy link
Owner

hrzhou2 commented Oct 25, 2021

You should check first if the gpu was working. Of course it takes a few time to process one epoch.

@rabbiahassan
Copy link
Author

GPU is working absolutely fine,It stucks there for more than a day and din't move further an inch.

@hrzhou2
Copy link
Owner

hrzhou2 commented Oct 27, 2021

It looks still fine for me here.

I think you can check if the code is working as expected within one epoch, by specifying a record interval. For example, set --interval 1 in training. This is expected to give some outputs very quickly.

@rabbiahassan
Copy link
Author

Thanks a lot for your reply.
Even for one epoch it shows the same behaviour i.e. it gets stuck there.
image

@hrzhou2
Copy link
Owner

hrzhou2 commented Oct 27, 2021

Some possible reasons that have came out of my mind:

  1. Check first if the dataset is correct. And you could use python ShapeNetPart.py to see if it is working fine.
  2. Check the gpu usage. It should be occupied (not continuously due to data loading).
  3. Can you debug further to see it stops in which step. Since it happens within an epoch (only a few lines).

@rabbiahassan
Copy link
Author

Thanks for reply,I will check all of these things.

@UestcJay
Copy link

Thanks for reply,I will check all of these things.

hi, the same error occurs, did you solve 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

3 participants