我需要在Tensorflow中使用transform_graph
。但是,根据TensorFlow: Quantization Error "Analysis of target '//tensorflow/tools/graph_transforms:transform_graph' failed; build aborted.",我仍然需要通过在顶部根Tensorflow目录中发出./configure
来配置tensorflow:
$ cd tensorflow # cd to the top-level directory created
$ ./configure
Tensorflow的顶级目录在哪里?
我这样做了:
C:\> python
>>>import tensorflow as tf
>>>print(tf.__file__ )
并发现我的tensorflow目录位于/Users/miniconda3/lib/python3.6/site-packages/tensorflow
中。
但是,当我在该目录中发出./configure
命令时,它说
-bash:./configure:没有这样的文件或目录
并检查该目录是否不包含任何名为configure
的隐藏文件
我检查了https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools中发现的Github中的Tensorflow回购,并发现了configure
文件。我比较了Github和本地计算机中的tensorflow
文件夹,发现它们不包含相同的文件。我在本地计算机上的错误目录中吗?这里引用了哪个Tensorflow根目录?
答案 0 :(得分:0)
使用以下内容查找位置:
pip3 show tensorflow
或
pip show tensorflow
在我的MAC OS上的输出:
Name: tensorflow
Version: 1.12.0
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-
packages
Requires: six, absl-py, keras-preprocessing, tensorboard, astor, protobuf,
numpy, gast, termcolor, grpcio, wheel, keras-applications
Required-by: