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
您好,训练结束后,运行验证程序 eval_stats = evaluate(model, criterion, data_loader_val, device, epoch, summary_writer, False) 出现错误: File "C:\stereo-transformer-main\utilities\eval.py", line 62, in evaluate eval_stats['epe'] = eval_stats['epe'] / valid_samples ZeroDivisionError: float division by zero
发现测试集每张图片的losses都是none,请问怎么解决,万分感谢!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,训练结束后,运行验证程序
eval_stats = evaluate(model, criterion, data_loader_val, device, epoch, summary_writer, False)
出现错误:
File "C:\stereo-transformer-main\utilities\eval.py", line 62, in evaluate
eval_stats['epe'] = eval_stats['epe'] / valid_samples
ZeroDivisionError: float division by zero
发现测试集每张图片的losses都是none,请问怎么解决,万分感谢!!!
The text was updated successfully, but these errors were encountered: