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

Cannot train the dataset which has more than 500items total in ShapeNet Part segmentation datesat. #18

Open
robin1chen2 opened this issue Aug 6, 2020 · 1 comment

Comments

@robin1chen2
Copy link

Thank you for the wonderful work.But I have run into an error I could not find solution.
My environment is ubuntu16.04,cuda9.2,cudnn7.6.4,pytorch1.1.0.
I can train the dataset in ShapeNet such as ‘bag’,'cap','earphone' and etc.
Their item numbes are under 500.
But when I tried to train the 'airplane','chair','table'an etc. I find the error below:
错误
I cannot find where is the codes to generate this file.
I checked the memory and the video memory,and they didn't reach the upper limit.
Thank you.

@suhangpro
Copy link
Contributor

This line of code calls the caffe script (tools/extra/parse_log.py) to parse the .log file into .log.train and .log.test. The number of samples shouldn't matter here. You can try to run that script within your caffe installation directly and see if it's the cause of your issue.

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

2 participants