エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
None is not supported in input_shape [bug] · Issue #5900 · keras-team/keras
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
None is not supported in input_shape [bug] · Issue #5900 · keras-team/keras
>>> model = Sequential() model = Sequential() >>> model.add(Conv2D(32, (3, 3), activation='relu',... >>> model = Sequential() model = Sequential() >>> model.add(Conv2D(32, (3, 3), activation='relu', input_shape=(3, None, None))) ) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/nfs/isicvlnas01/share/anaconda/lib/python2.7/site-packages/keras/models.py", line 422, in add layer(x) File "/nfs/isicvlnas01/share/anaconda/lib/python2.7/site-packages/keras/engine/topology.p