Exception has occurred: URLError
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1006)>
ssl.SSLCertVerificati: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1006)
During handling of the above exception, another exception occurred:
File "C:\Users...", line 86, in <module>
test_data_non_standardized = CIFAR10(root="./", train=False, download=True, transform=transform_common)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1006)>
vscode에서 pytorch로 cifar10 불러올때 문제가 생기네요 ㅜㅜ gpt에 물어보니까 SSL 인증서를 업그레이드 하라는데...사실 이미 설치된 torch라이브러리에서 가져온거라 답이 아닌 것 같고..
솔루션 제시해주시면 감사하겠습니다
https://github.com/pytorch/vision/issues/5039
감사합니다 정말 감사합니다 정말정말 감사합니다!!!