2017-08-29 56 views
0

我想在我的iOS应用程序中使用tensorflow-1.3.0。我想这个链接 - [http://jeffxtang.github.io/deep/learning,/tensorflow,/mobile,/ai/2016/09/23/mobile-tensorflow.html][1]达尔文尚未支持MKL构建/配置Tensorflow

我从这个教程试图步骤4,我需要运行./configure脚本之前,我可以运行巴泽勒构建运行重新训练脚本:

bazel build tensorflow/examples/image_retraining:retrain 
bazel-bin/tensorflow/examples/image_retraining/retrain \ 
    --model_dir=/tf_files/inception-v3 \ 
    --output_graph=/tf_files/retrained_models/dog_retrained.pb \ 
    --output_labels=/tf_files/retrained_models/dog_retrained_labels.txt \ 
    --image_dir ~/Downloads/dog_images \ 
    --bottleneck_dir=/tf_files/dogs_bottleneck 

但./configure这步失败,出现以下消息:

MobioApps-Mac-mini:tensorflow-1.3.0 mobioapp$ ./configure 
You have bazel 0.5.3-homebrew installed. 
Please specify the location of python. [Default is /Users/mobioapp/anaconda/bin/python]: /Users/mobioapp/anaconda/bin/python 
Found possible Python library paths: 
    /Users/mobioapp/anaconda/lib/python2.7/site-packages 
Please input the desired Python library path to use. Default is [/Users/mobioapp/anaconda/lib/python2.7/site-packages] 
/Users/mobioapp/anaconda/lib/python2.7/site-packages 
Do you wish to build TensorFlow with MKL support? [y/N] y 
MKL support will be enabled for TensorFlow 
Do you wish to download MKL LIB from the web? [Y/n] Y 
Darwin is unsupported yet 

问题:达尔文是不受支持但

,这是什么问题,该如何解决?请帮助我。我正在寻找很长时间。

+0

它正在努力! https://github.com/tensorflow/tensorflow/issues/10685 –

回答

相关问题