亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Tensorflow related

發布時間:2020-06-18 05:00:11 來源:網絡 閱讀:2196 作者:CamilleIT 欄目:開發技術

How to Retrain Inception's Final Layer for New Categories

步驟:

一 Installing TensorFlow on Ubuntu   

https://www.tensorflow.org/install/install_linux

二 Install Bazel on Ubuntu

https://bazel.build/versions/master/docs/install-ubuntu.html


三 下載代碼 

git clone https://github.com/tensorflow/tensorflow.git

~/tensorflow$  ./configure

四 編譯

bazel build tensorflow/examples/p_w_picpath_retraining:retrain

五 注意事項:

1  bazel-bin/tensorflow/examples/label_p_w_picpath/label_p_w_picpath --graph=/tmp/output_graph.pb --labels=/tmp/output_labels.txt --output_layer=final_result --p_w_picpath=/home/camille/Desktop/timg.jpg


命令報錯:

017-06-20 12:52:52.774446: E tensorflow/examples/label_p_w_picpath/main.cc:350] Running model failed: Not found: FeedInputs: unable to find feed output input

解決方案:在后面加一句 --input_layer=Mul //this parameter update the input and output layer names to "Mul" and "final_result" respectively

2下載tensorflow 代碼時,

git clone https://github.com/tensorflow/tensorflow.git

直接執行 bazel build tensorflow/examples/p_w_picpath_retraining:retrain

報錯 build aborted

解決方案: 執行 ./configure 

再執行 bazel build tensorflow/examples/p_w_picpath_retraining:retrain 就沒問題了。

3  Bazel 安裝之前一定要安裝jdk


sudo apt-get install oracle-java8-installer

I recommend you to use Webup8 Oracle Java8 Installer


sudo add-apt-repository ppa:webupd8team/java

sudo apt update; sudo apt-get install oracle-java8-installer

or 

sudo apt update; sudo apt-get install oracle-java8-set-default


4 執行 


bazel-bin/tensorflow/examples/p_w_picpath_retraining/retrain --p_w_picpath_dir ~/flower_photos

時報錯:1)

   File "/home/karthik/tensorflow/bazel-bin/tensorflow/examples/p_w_picpath_retraining/retrain.runfiles/org_tensorflow/tensorflow/python/util/tf_should_use.py", line 28, in <module>
       from backports import weakref  # pylint: disable=g-bad-import-order
   ImportError: No module named backports

解決方案:安裝所需module

sudo pip install backports.weakref
sudo pip3 install backports.weakref

報錯2) 
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named numpy
Is numpy installed?

解決方案: sudo apt-get install python-numpy

5 ImportError: No module named mock

實際上安裝了,所以只能先刪除再安裝了

解決方案: 

$ sudo rm -rf /usr/local/lib/python2.7/dist-packages/mock
$ sodo rm -rf /usr/local/lib/python2.7/dist-packages/mock-2.0.0.dist-info

then type the following command to install mock

$ sudo pip install --upgrade mock


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

信丰县| 从化市| 涿鹿县| 安乡县| 延边| 南部县| 三台县| 宁明县| 西林县| 嘉兴市| 大名县| 陆良县| 临海市| 锦州市| 甘泉县| 山东省| 名山县| 顺义区| 玉环县| 胶南市| 金堂县| 江安县| 张家川| 衡山县| 安龙县| 五华县| 黎平县| 广德县| 泾阳县| 开远市| 大理市| 鄂州市| 沙湾县| 东山县| 历史| 同德县| 津南区| 广河县| 霍州市| 固原市| 砀山县|