摘要: 在安装第三方库的时候,Python报错 pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. 原因是 阅读全文
posted @ 2021-01-13 20:45 ziyuliu 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 将 tf.nn.softmax_cross_entropy_with_logits(_pred, y) 改为: tf.nn.softmax_cross_entropy_with_logits(logits=_pred, labels=y) 阅读全文
posted @ 2021-01-13 16:33 ziyuliu 阅读(114) 评论(0) 推荐(0) 编辑