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

SSL certificate expired for se_resnext50_32x4d encoder #841

Closed
tayden opened this issue Dec 11, 2023 · 3 comments
Closed

SSL certificate expired for se_resnext50_32x4d encoder #841

tayden opened this issue Dec 11, 2023 · 3 comments
Labels

Comments

@tayden
Copy link

tayden commented Dec 11, 2023

Getting an error when loading the se_resnext50_32x4d model that an SSL certificate is expired somewhere.

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Feb 10, 2024
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@matthewpurri
Copy link

Try the following:

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

From: pytorch/pytorch#33288 (comment)

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

No branches or pull requests

2 participants