我需要确定TensorFlow在与docker一起使用时的确切安装位置,因为我想使用Inception-V3图像分类器对我自己的图像进行分类。但是,网站上的教程假设我使用pip安装它,因此我使用默认图像。谢谢!
答案 0 :(得分:0)
您可以通过在Windows命令行或powershell中键入pip show tensorflow
来找到有关tensorflow的详细信息。
对我而言,它显示了以下细节:
Name: tensorflow
Version: 0.12.1
Summary: TensorFlow helps the tensors flow
Home-page: http://tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com License: Apache 2.0
Location: c:\program files\anaconda3\lib\site-packages
Requires: protobuf, numpy, six, wheel