Skip to content
New issue

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

V2 test are broken #8030

Closed
NicolasHug opened this issue Oct 9, 2023 · 1 comment · Fixed by #8037
Closed

V2 test are broken #8030

NicolasHug opened this issue Oct 9, 2023 · 1 comment · Fixed by #8037

Comments

@NicolasHug
Copy link
Member

NicolasHug commented Oct 9, 2023

Because we error on warnings and we get the following:

2023-10-09T08:08:44.6345575Z FAILED test/test_transforms_v2.py::TestRgbToGrayscale::test_transform[make_image_tensor-transform1] - UserWarning: torch::jit::fuser::cuda::isEnabled() is deprecated (Triggered internally at ../torch/csrc/jit/codegen/cuda/interface.cpp:54.)
2023-10-09T08:08:44.6346279Z = 128 failed, 21275 passed, 16844 skipped, 1 xfailed, 617 warnings in 1240.93s (0:20:40) =

Complete logs at https://hud.pytorch.org/pr/pytorch/vision/7990.

This happens on pure CPU job where clearly there's nothing related to nvfused or even CUDA. The warning was emmitted in this PR: pytorch/pytorch#110318

@NicolasHug
Copy link
Member Author

NicolasHug commented Oct 9, 2023

Actually this is unrelated to the transforms, even pure torch API will throw the warning. I opened pytorch/pytorch#110857

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant