gpt4 book ai didi

python - 尝试 MNIST 数据集时,tensorflow 和 matplotlib 包出现问题

转载 作者:行者123 更新时间:2023-12-01 06:37:02 25 4
gpt4 key购买 nike

我正在尝试使用 tensorflow 处理 MNIST 数据集作为练习,但我遇到了一些软件包问题。我使用的是Pycharm 2019.3.1。这是我的代码:

import tensorflow as tf
import matplotlib.pyplot as plt

(x_train, y_train), (x_test, y_test) = tf.keras.datasets.mnist.load_data()
image_index = 7777
print(y_train(image_index))
plt.inshow(x_train(image_index))

我收到“没有名为tensorflow的模块”和“没有名为matplotlib的模块”错误。

最佳答案

上述错误表明您的系统中尚未安装tensorflow和matplotlib库。您可以创建虚拟环境或conda环境,并激活环境,安装上述库并在新创建的虚拟环境或conda环境中运行上述python程序。

关于python - 尝试 MNIST 数据集时,tensorflow 和 matplotlib 包出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59615600/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com