問題タブ [tensorflow-estimator]
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.
660 問題
0
投票する
1
に答える
728
参照
tensorflow - テンソルボードで DNNRegressor の精度を見つける
テンソルボードでの各反復後に、この DNNRegression モデルの精度を示す方法はありますか? 私が見た唯一の方法は、tf.estimator を使用するのではなく、「セッション」メソッドを使用することです。また、手作業に頼らずにモデルの最終的な精度を見つける方法はありますか? 評価方法を試してみましたが、返される辞書に「accuracy」キーがありません。