首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
0x14c5212fl专题
mnist.load_data()遇到IOError: CRC check failed 0xc187cf56L != 0x14c5212fL
i try to load the mnist dataset by writing : from keras.datasets import mnist (x_train,y_train),(x_test,y_test)=mnist.load_data() but i get the following error : IOError: CRC check failed 0xc187cf56L
阅读更多...