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
after updating cudnn (v4 to v6), I found that the result of min() changed a lot in x range (parameter: -sm_terminate cnn).
The text was updated successfully, but these errors were encountered:
I found the problem is caused by this
vol = torch.CudaTensor(1, disp_max, output:size(3), output:size(4)):fill(0/0);
different cudnn version set different values wiht '0/0'. So I just simply changed it to a large value and the problem solved. @jzbontar
Sorry, something went wrong.
No branches or pull requests
after updating cudnn (v4 to v6), I found that the result of min() changed a lot in x range (parameter: -sm_terminate cnn).
The text was updated successfully, but these errors were encountered: