問題タブ [multi-layer]
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.
python - tf.keras.layers.RNN 対 tf.keras.layers.StackedRNNCells: Tensorflow 2
Tensorflow 2.0 で多層 RNN モデルを実装しようとしています。両方tf.keras.layers.StackedRNNCells
を試してみると、tf.keras.layers.RNN
同じ結果が得られます。との違いを理解するのを手伝ってくれる人はいtf.keras.layers.RNN
ますtf.keras.layers.StackedRNNCells
か?
マルチレイヤ RNN とtf.keras.layers.RNN
:
戻り値:
tf.keras.layers.RNN
とを使用したマルチレイヤー RNN tf.keras.layers.StackedRNNCells
:
戻り値: