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

Issue of apparent infinite loop while testing the model using test_models.py after utilizing the NPM3D dataset. #233

Open
ZouhairBALLOUCH opened this issue Oct 9, 2023 · 1 comment

Comments

@ZouhairBALLOUCH
Copy link

Hello, I've experimented with the NPM3D dataset. The training went well, but when I tried testing the model with test_models.py, the test seems to never stop. Currently, it's at 1481 epochs and appears to be in an infinite loop. How can I solve this problem?

@HuguesTHOMAS
Copy link
Owner

You can try to reduce num_votes to a lower value like 5 or 10:

def cloud_segmentation_test(self, net, test_loader, config, num_votes=100, debug=False):

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