Skip to the content Skip to the main menu
John Maeda’s Blog

Welcome to John Maeda's Blog: maeda.pm. Sharing a passion for product and data, grounded in technology / business / design curiosities with a dash of leadership reflections.

  • 🆕 Resilience Books List
  • 🆕 The Useful MBA
  • 📘 How To Speak Machine
  • 📓 Resilience Tech Report
  • 🟦 Personal Site
  • ↓ On Leadership
    • Creative Leadership (2009-15)
    • Traditional vs Creative Leadership (2009)
    • Start-ups vs End-ups (2013)
    • My Four Rules (1999)
    • Managing Through Change (2009-2020)
  • 📬 Newsletter
  • youtube
  • Pinterest
  • @johnmaeda

Welcome to John Maeda's Blog: maeda.pm. Sharing a passion for product and data, grounded in technology / business / design curiosities with a dash of leadership reflections.

  • 🆕 Resilience Books List
  • 🆕 The Useful MBA
  • 📘 How To Speak Machine
  • 📓 Resilience Tech Report
  • 🟦 Personal Site
  • ↓ On Leadership
    • Creative Leadership (2009-15)
    • Traditional vs Creative Leadership (2009)
    • Start-ups vs End-ups (2013)
    • My Four Rules (1999)
    • Managing Through Change (2009-2020)
  • 📬 Newsletter
  • youtube
  • Pinterest
  • @johnmaeda

PyTorch SSL Error for torch.hub.load

If you are running into the problem where you try to grab a model from pytorch and get the SSL cert error, then do this:

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

Note that this is “dangerous” — but it at least gets the examples working for ya.

  • Post date
    January 29, 2022
Previous post: Web Scraping With Selenium Next post: Google Forms API

Related Posts

ML Faces In Paintings

  • Post date
    September 6, 2020

Does it bring you Joy?

  • Post date
    February 8, 2019

My 5th Return to FB

  • Post date
    September 11, 2017

Bought versus Sold

  • Post date
    December 29, 2021

Theme by Anders Norén