問題タブ [attention-model]
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 - Attention ベースのモデルでは、config のパラメーターはどのように設定されますか?
特にmax_len
,hidden_size
またはembedding_size
.
エラーが発生します:
「ValueError: Tensor 'Placeholder:0' の形状 (32, 32) の値をフィードできません。形状は '(?, 64)' です」
以下のテンソルフローグラフは、私が理解に問題があるものです。max_len
上記のエラーを回避するために、どの相対hidden_size
またはembedding_size
パラメーターを設定する必要があるかを理解する方法はありますか?