We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @sshaoshuai, Shouldn't evaluation be performed in eval() mode? https://github.com/sshaoshuai/Pointnet2.PyTorch/blob/master/tools/train_and_eval.py#L103
eval()
The text was updated successfully, but these errors were encountered:
Also 'model' call should be preceded with torch.no_grad() context
torch.no_grad()
Edit: Ok, I found this is done before eval_one_epoch https://github.com/sshaoshuai/Pointnet2.PyTorch/blob/master/tools/train_and_eval.py#L176
eval_one_epoch
Sorry, something went wrong.
No branches or pull requests
Hi @sshaoshuai,
Shouldn't evaluation be performed in
eval()
mode?https://github.com/sshaoshuai/Pointnet2.PyTorch/blob/master/tools/train_and_eval.py#L103
The text was updated successfully, but these errors were encountered: