Creating AI Art? Has your Super-SloMo model stopped working?
Photo of a blue-green hummingbird drinking from an Orange Flower by James Wainscoat on Unsplash If you are here because your Google Colab notebook that uses the Super-SloMo model is failing. Specifically, with a RuntimeError or you see the following in the output: ``_pickle.UnpicklingError: invalid load key, '<'. Then this is because the code that is used in the vast majority of notebooks to fetch this file has stopped working. We discovered that instead of downloading a 150Mb PyTorch checkpoint, it downloads a small HTML error page. ...