問題タブ [eager-execution]
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 - モジュール 'tensorflow._api.v1.metrics' には属性 'Mean' がありません
私はテンソルフローバージョン1.12を使用しています
これは私のコードです
これがエラーです
これを解決するには?
python - AttributeError: オブジェクトに属性 '_lazy_read' がありません
私はテンソルフロー1.12と熱心な評価でpython 3を使用しています
here で説明されているように、スキャッター更新を使用しようとしています
次のエラーが表示されます。
AttributeError:「EagerTensor」オブジェクトに属性「_lazy_read」がありません
熱心な評価に使用できる回避策または別の機能はありますか?