問題タブ [tensorflow-model-analysis]
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.
tensorflow-model-analysis - ModuleNotFoundError: '_tkinter' という名前のモジュールがありません
Tensorflow オブジェクト検出 API でトレーニングされたモデルを評価しようとしています。
走る:
python eval.py --logtostderr --pipeline_config_path=ssd_inception_v2_coco.config --checkpoint_dir=models/train/ --evad_dir=eval
そして持っています:
私はすべての依存関係を適切にインストールしていないと思っていましたがTesting the Installation
、そのリンクからは大丈夫だと言っています。