only integer scalar arrays can be converted to a scalar index 应该怎么解决呢?

来源:2-3 实战分类模型之数据读取与展示

BloodHound_swh

2019-06-08

plt.title(class_names[y_data[index]]) 这一句提示

Traceback (most recent call last):
  File ".\tf_keras_classification_model.py", line 53, in <module>
    show_imgs(3, 5, x_train, y_train, class_names)
  File ".\tf_keras_classification_model.py", line 49, in show_imgs
    plt.title(class_names[y_data[index]])
TypeError: only integer scalar arrays can be converted to a scalar index
写回答

1回答

正十七

2019-06-08

你好,可以用y_data.dtype看一下y_data的类型,然后如果是float32的话,需要转成int类型。

0
0

Google老师亲授 TensorFlow2.0 入门到进阶

Tensorflow2.0实战—以实战促理论的方式学习深度学习

1849 学习 · 896 问题

查看课程