問題タブ [max-pooling]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
131 問題
0
投票する
1
に答える
395
参照
0
投票する
1
に答える
35
参照
python-3.x - keras.backend.pool3d が tensor_in を 5 次元にする必要があるのはなぜですか?
次のコードがあります
コードを実行しようとすると、
.. InvalidArgumentError: tensor_in は 5 次元でなければなりません [Op:AvgPool3D] name: AvgPool3D/
yt のディメンションが気に入らないようです。しかし、寸法が 3x3x3 の 3D イメージでプールを最大化したい。他の次元はどうあるべきですか?