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
pytorch-msssim/pytorch_msssim/ssim.py
Line 135 in d23a69e
Line 183 in d23a69e
I think it's not necessary to judge if X.type() == Y.type(), or mixed precision training will not be supported.
The text was updated successfully, but these errors were encountered:
[#45] remove type checking for mixed precision training
49341a6
No branches or pull requests
pytorch-msssim/pytorch_msssim/ssim.py
Line 135 in d23a69e
pytorch-msssim/pytorch_msssim/ssim.py
Line 183 in d23a69e
I think it's not necessary to judge if X.type() == Y.type(), or mixed precision training will not be supported.
The text was updated successfully, but these errors were encountered: