
Python错误信息
解决一些出现过的错误。
讨饭
这个作者很懒,什么都没留下…
展开
-
jupyter出现SyntaxError: invalid syntax
jupyter出现SyntaxError: invalid syntax 忘记加感叹号原创 2023-04-01 23:33:08 · 2588 阅读 · 0 评论 -
【Tensorflow】为什么写了保存最佳模型的代码,却没有保存最佳模型?
为什么写了保存最佳模型的代码(使用了回调函数),却没有保存最佳模型?原创 2022-10-20 22:38:58 · 756 阅读 · 1 评论 -
Exception: URL fetch failure on https://storage.googleapis.com...-- [WinError 10061]由于目标计算机积极拒绝,无法连接
Exception: URL fetch failure on https://storage.googleapis.com/tensorflow/keras-applications/resnet/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5: None -- [WinError 10061] 由于目标计算机积极拒绝,无法连接。原创 2022-10-01 11:35:33 · 4567 阅读 · 0 评论 -
RuntimeError: CUDA error: all CUDA-capable devices are busy or unavailable CUDA kernel errors might
RuntimeError: CUDA error: all CUDA-capable devices are busy or unavailable CUDA kernel errors might 的一种情况。原创 2022-09-04 17:44:05 · 2466 阅读 · 0 评论 -
Win10服务器配置环境变量 | import _ssl # if we can‘t import it, let the error propagate ImportError: DLL load
1、Win10服务器配置环境变量2、错误解决:import _ssl # if we can't import it, let the error propagateImportError: DLL load failed: 找不到指定的模块。原创 2022-09-04 09:36:47 · 2591 阅读 · 0 评论 -
glob.glob始终返回空列表[Python]
glob.glob始终返回空列表的两种情况及解决办法。原创 2022-09-01 12:37:23 · 2046 阅读 · 0 评论 -
Error: torch_xla/csrc/convert_ops.cpp:83 : Unsupported XLA type 10
解决在Google colab 上通过pytorch 使用TPU出现的问题:Error: torch_xla/csrc/convert_ops.cpp:83 : Unsupported XLA type 10原创 2022-08-16 02:00:57 · 412 阅读 · 0 评论 -
raise ValueError(f“Too many dimensions: {ndim} > {ndmax}.“) ValueError: Too many dimensions: 3 > 2.
PIL里面的一个小问题原创 2022-07-31 01:45:22 · 1334 阅读 · 0 评论 -
Windows 10 下安装Lasagne(手动,简单粗暴)
lanagne手动安装原创 2022-07-23 11:27:34 · 570 阅读 · 0 评论 -
CelebA数据集下载|HTTPSConnectionPool(host=‘drive.google.com‘, port=443)|RuntimeError:Dataset not found
CeleA数据集下载问题原创 2022-07-14 00:18:29 · 9694 阅读 · 0 评论 -
Process finished with exit code -1073740791(0xC0000409) | Could not locate zlibwapi.dll.
pycharm的exit code和 zlibwapi.dll缺失问题。原创 2022-07-07 17:11:48 · 1169 阅读 · 2 评论 -
ImportError: No module named ‘apscheduler‘|from apscheduler.schedulers.blocking import BlockingSched
1、没有安装apscheduler 在命令行输入以下命令安装apschedulerpip installapscheduler2、在命令行执行我就是因为在命令行执行的时候报错,明明在Pycharm里面还好好的。 上网查了一下,发现是因为在pycharm中,不光会导入环境变量中sys.path发现的模块,还会导入当前工作目录下的模块。在pycharm中,当前工作目录就是项目目录,所有能顺利调用相同项目中的模块。但通过命令行启动时...原创 2021-10-08 17:24:31 · 7330 阅读 · 0 评论