macOS 10.15.7 I was able to load a file using Python 2 cPickle but can't load it using Python 3.7 pickle

前端 未结 0 763
别那么骄傲
别那么骄傲 2021-01-16 08:21

I was able to run this in Python 2

    with gzip.GzipFile(FILE_PATH, \'rb\') as file:
        IKEA_training_images = cPickle.load(file)

But i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题