DLLNotFoundException:'python3.6m'

2024-10-03 11:18:40 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试用python加载c中的图像。因为这是一个数据科学项目。你知道吗

我试过运行这个例子:https://github.com/SciSharp/Keras.NET/blob/master/Examples/ImageExamples/Cifar10_CNN.cs,但是我可以用dll来处理错误。错误在标题的第一行。在那个错误之前,我得到另一个说没有python36.dll下载后,我无法通过它。你知道吗

var img = ImageUtil.LoadImg(path, target_size: new Shape(32, 32));
NDarray x = ImageUtil.ImageToArray(img);
x = x.reshape(1, x.shape[0], x.shape[1], x.shape[2]);

还有什么我需要安装到我的项目?你知道吗


Tags: 数据项目https图像githubcomimg错误