ModuleNotFoundError:导入tensorflow.keras.datasets时没有名为'tensorflow.keras.datasets'的模块

时间:2020-06-30 14:28:23

标签: python tensorflow keras

运行此代码时出现ModuleNotFoundError: No module named 'tensorflow.keras.datasets'错误:

import tensorflow as tf
from tensorflow.keras.datasets import cifar10

我已经安装了tensorflow version 2.2.0并且已经安装了keras 2.2.4,所以我不确定为什么会收到此特定错误。

tensorflow模块是否应该封装datasets

1 个答案:

答案 0 :(得分:0)

TensorFlow documentation将此方法列为加载数据集fetch('https://jsonplaceholder.typicode.com/todos/1') .then(response => response.json()) .then(data => console.log(data));的方法