小编Big*_*ish的帖子

AttributeError: 模块“tensorflow_core._api.v2.image”没有属性“resize_images”

我想将图像从 28*28 调整为 32*32,使用。tf.image.resize_images(x_train, (32, 32))它返回AttributeError: module 'tensorflow_core._api.v2.image' has no attribute 'resize_images' 。tersorflow 的版本是 2.0.0。我该如何解决?

python tensorflow2.0

4
推荐指数
1
解决办法
1万
查看次数

标签 统计

python ×1

tensorflow2.0 ×1