Closed DanielHesslow closed 3 years ago
Daniel, I really appreciate you bringing this up and including the easy-to-reproduce failure case. The error was due to me using version 4 of the pickle protocol instead of version 3 (which is what I just switched to). My local version of pickle supports v4 but the Colab version does not. I downgraded to version 3 and now the default dataset loads in Colab. Cheers, Sam
The default dataset seems to be broken. Not a big deal since it just automatically rebuilds it, but I though I should bring it to your attention.
minimal repo: https://colab.research.google.com/drive/16RBVCMLXegLZ6xidI3ZBe_visT_gR5EA?usp=sharing