logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【cannot import name ‘to_categorical’ from ‘keras.utils’】

from keras.utils import to_categorical导入categorical时报错,如下:ImportError: cannot import name ‘to_categorical’ from ‘keras.utils’将导入代码改为如下即可:from tensorflow.keras.utils import to_categorical

#深度学习#tensorflow#人工智能
到底了