logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用tensorflow发生“Compressed file ended before the end-of-stream marker was reached”的解决方法

昨晚在学习tensorflow运行这行代码(x_train_all,y_train_all),(x_test,y_test)=fashion_mnist.load_data()下载fashion-mnist的时侯网络中断了。第二次运行的时候出现错误提示“Compressed file ended before the end-of-stream marker was reached”大概...

#tensorflow
到底了