【发布时间】:2021-04-20 20:35:59
【问题描述】:
我正在尝试将 MobileNet 用于我的模型 This is the code snippets from google colab
我收到了这个错误。您能否向我解释发生了什么以及我如何解决这个问题。
【问题讨论】:
标签: python machine-learning conv-neural-network google-colaboratory layer
我正在尝试将 MobileNet 用于我的模型 This is the code snippets from google colab
我收到了这个错误。您能否向我解释发生了什么以及我如何解决这个问题。
【问题讨论】:
标签: python machine-learning conv-neural-network google-colaboratory layer
很抱歉我找到了它。 基本上你只需要重新导入库
from keras.applications import MobileNet
之后错误就消失了
【讨论】: