Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

576
Views
No se puede cargar (manualmente) el conjunto de datos cifar10

Primero, traté de cargar usando:

 (X_train, y_train), (X_test, y_test) = datasets.cifar10.load_data()

Pero dio un error:

 Exception: URL fetch failure on https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz: None -- [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1125)

Así que descargué manualmente el conjunto de datos y lo puse en C:\Users\SAHAN\.keras\datasets y lo renombré como cifar-10-batches-py.tar.gz .

Pero luego da un error:

 PermissionError: [Errno 13] Permission denied: 'C:\\Users\\SAHAN\\.keras\\datasets\\cifar-10-batches-py.tar.gz'

¿Cómo puedo cargar este conjunto de datos?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Tenía un error CERTIFICATE_VERIFY_FAILED similar al descargar CIFAR-10. Poner esto en mi archivo python funcionó:

 import ssl ssl._create_default_https_context = ssl._create_unverified_context

Referencia: https://programmerah.com/python-error-certificate-verify-failed-certificate-has-expired-40374/

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!