无法从GoogleColab中的keras导入to_categorical

所以我一直在使用 Google Colab 制作笔记本,突然间我收到以下错误。

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-bd6ec74ccf2e> in <module>()
----> 1 from keras.utils import to_categorical

ImportError: cannot import name 'to_categorical' from 'keras.utils' (/usr/local/lib/python3.7/dist-packages/keras/utils/__init__.py)

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

这很奇怪,因为它工作得很好,当我重新开始我的会话时,这发生了。我也尝试使用另一个 google 帐户(以防我的帐户设置有问题),但我仍然遇到相同的错误。

这是我用来导入函数的。

from keras.utils import to_categorical 

我想知道是否有任何变化,以及是否有其他人遇到同样的问题。谢谢。

以上是无法从GoogleColab中的keras导入to_categorical的全部内容。
THE END
分享
二维码
< <上一篇
下一篇>>