运行此代码时出现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
?
答案 0 :(得分:0)
TensorFlow documentation将此方法列为加载数据集fetch('https://jsonplaceholder.typicode.com/todos/1')
.then(response => response.json())
.then(data => console.log(data));
的方法