当我尝试运行efficientNetv2模型时错误信息
AttributeError: module'tensorflow.keras.applications ' has no attribute 'efficientnet_v2'
导入不正确,您需要更新它,它可能在旧的Keras版本中工作,但是keras.applications
内部的内部网络模块不再公开,因此您的正确导入将是:
keras.applications.EfficientNetV2S
或者使用tf.keras
:
tf.keras.applications.EfficientNetV2S
为了将来的参考,请务必查看文档,对于EfficientNetV2S,链接在这里。
在你的环境中安装高效网络安装keras-efficientnet
则可以将model导入为
进口efficientnet。
做……B0-B7
可以使用前缀'efc'