ValueError: Unknown activation function:swish が出た時
原因:
レイヤーが入っていないため、エラーが起きる
参考記事:https://github.com/qubvel/efficientnet/issues/62
解決法:
- モデル作成時の既存のレイヤーを入れる↓
from efficientnet.keras import EfficientNetB0
- 自作のレイヤーを入れる↓
こちらの記事 を参考にする
Go to list of users who liked
More than 1 year has passed since last update.
レイヤーが入っていないため、エラーが起きる
参考記事:https://github.com/qubvel/efficientnet/issues/62
from efficientnet.keras import EfficientNetB0
Register as a new user and use Qiita more conveniently
Go to list of users who liked