Skip to content

Conversation

fmassa
Copy link
Member

@fmassa fmassa commented Oct 28, 2021

Fixes #4780

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Oct 28, 2021

💊 CI failures summary and remediations

As of commit 4c8995c (more details on the Dr. CI page):



1 failure not recognized by patterns:

Job Step Action
CircleCI binary_linux_conda_py3.8_cu111 packaging/build_conda.sh 🔁 rerun

1 job timed out:

  • binary_linux_conda_py3.8_cu111

❄️ 1 failure tentatively classified as flaky

but reruns have not yet been triggered to confirm:

See CircleCI build unittest_windows_gpu_py3.8 (1/1)

Step: "Install torchvision" (full log | diagnosis details | 🔁 rerun) ❄️

torch with cuda installed but torch.cuda.is_available() is False
+ '[' -n '' ']'
+ hash -r
+ '[' 3.8 == 3.6 ']'
++ python -c 'import torch; print(torch.cuda.is_available())'
+ torch_cuda=False
+ echo torch.cuda.is_available is False
torch.cuda.is_available is False
+ '[' '!' -z 11.1 ']'
+ '[' False == False ']'
+ echo 'torch with cuda installed but torch.cuda.is_available() is False'
torch with cuda installed but torch.cuda.is_available() is False
+ exit 1


Exited with code exit status 1


This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

Copy link
Contributor

@datumbox datumbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@fmassa fmassa merged commit 888a699 into pytorch:main Oct 29, 2021
@fmassa fmassa deleted the find-dataset branch October 29, 2021 08:48
@github-actions
Copy link

Hey @fmassa!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

facebook-github-bot pushed a commit that referenced this pull request Nov 1, 2021
Reviewed By: datumbox

Differential Revision: D32064712

fbshipit-source-id: 8db1b70e164622800baf1b56c5f6d4cfc0d8803b
cyyever pushed a commit to cyyever/vision that referenced this pull request Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

find is not exposed in torchvision.prototype.datasets

3 participants