随笔分类 - error
摘要:Loaded plugins: fastestmirror, refresh-packagekit, securityDetermining fastest mirrors * base: mirrors.aliyun.com * extras: mirrors.aliyun.com * updat
阅读全文
摘要:step1:更改ifcfg-ethX vi /etc/sysconfig/network-scripts/ifcfg-eth0 更改内容: BOOTPROTO=static #DHCP服务 static启用静态IP地址,dhcp开启、none禁止 IPADDER=192.168.10.44 #IP地
阅读全文
摘要:【错误类型】:keytool错误 Could not create script recorder -see log for details: >>keytool错误:java.io.FileNotFoundException:proxyserver.jks(拒绝访问。)<< 【前置条件】: 第一次
阅读全文
摘要:error: raise ReadTimeoutError(self._pool, None, 'Read timed out.')pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='mirrors.t
阅读全文
摘要:问题:fashion-mnist数据集下载,网络不好,下载中断,导致未完成 解决办法: step1:找到.keras文件夹,在.keras\datasets下删除中断下载的数据集 step2:重新下载
阅读全文
摘要:解决办法:升级jupyter_core和jupyter_client pip install --upgrade jupyter_core jupyter_client 在升级过程中留心可能出现的警告 升级后可能会出现valueerror: signal only works in main thr
阅读全文
摘要:在导入matplotlib时出现找不到指定的模块问题,但确实安装了matplotlib库 import matplotlib.pyplot as plt Traceback (most recent call last): File "<stdin>", line 1, in <module> Fi
阅读全文
摘要:在拉取mnist原始数据集时: 1 import keras.datasets.mnist as mnist 2 (train_image,train_label),(test_image,test_label)=mnist.load_data() Downloading data from htt
阅读全文