摘要: 问题:fashion-mnist数据集下载,网络不好,下载中断,导致未完成 解决办法: step1:找到.keras文件夹,在.keras\datasets下删除中断下载的数据集 step2:重新下载 阅读全文
posted @ 2020-03-16 20:02 无论怎样new个对象 阅读(1077) 评论(0) 推荐(0)
摘要: 解决办法:升级jupyter_core和jupyter_client pip install --upgrade jupyter_core jupyter_client 在升级过程中留心可能出现的警告 升级后可能会出现valueerror: signal only works in main thr 阅读全文
posted @ 2020-03-16 19:55 无论怎样new个对象 阅读(648) 评论(0) 推荐(0)
摘要: 在导入matplotlib时出现找不到指定的模块问题,但确实安装了matplotlib库 import matplotlib.pyplot as plt Traceback (most recent call last): File "<stdin>", line 1, in <module> Fi 阅读全文
posted @ 2020-03-16 19:46 无论怎样new个对象 阅读(3058) 评论(0) 推荐(1)