ImportError: 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
·
按语句
from keras.utils import to_categorical
导入categorical时报错,如下:
ImportError: cannot import name ‘to_categorical’ from ‘keras.utils’
将导入代码改为如下即可:
from tensorflow.keras.utils import to_categorical
更多推荐



所有评论(0)