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
I am on the master branch and
# conda list |grep pytorch ffmpeg 4.3 hf484d3e_0 pytorch pytorch 1.11.0 py3.7_cuda11.3_cudnn8.2.0_0 pytorch pytorch-mutex 1.0 cuda pytorch torchaudio 0.11.0 py37_cu113 pytorch torchvision 0.12.0 py37_cu113 pytorch # conda list |grep cu cudatoolkit 11.3.1 h2bc3f7f_2 ncurses 6.3 h7f8727e_2 pytorch 1.11.0 py3.7_cuda11.3_cudnn8.2.0_0 pytorch pytorch-mutex 1.0 cuda pytorch torchaudio 0.11.0 py37_cu113 pytorch torchvision 0.12.0 py37_cu113 pytorch
But when I run the test, I get
# python testcuda.py torch.Size([2, 64, 128, 128]) torch.Size([20, 32, 7, 7]) torch.Size([20, 32, 7, 7]) torch.Size([20, 32, 7, 7]) 0.971507, 1.943014 0.971507, 1.943014 Zero offset failed
However, the issue mentioned here gets Zero offset passed. Any idea?
Zero offset passed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am on the master branch and
But when I run the test, I get
However, the issue mentioned here gets
Zero offset passed
.Any idea?
The text was updated successfully, but these errors were encountered: