【发布时间】:2022-02-17 23:33:17
【问题描述】:
我想将图像从 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