tensorflow 容器運行過程中使用到的命令記錄:
使用image啟動容器命令:
docker run --name="YaoXu-Test-tensorflow-gpu" --gpus all -it -p 8881:8888 tensorflow/tensorflow:latest-gpu-py3-jupyter
重新命名容器名稱:
docker rename YaoXu-Test-tensorflow-gpu YaoXu-Test-tensorflow-gpu-8881
Docker 參考鏈接:
https://tensorflow.google.cn/install/docker#gpu_support (docker gpu support)
https://hub.docker.com/r/tensorflow/tensorflow/tags?page=1&name=latest (tensorflow 官方docker源)
Tensorflow 可參考教程鏈接:
http://playground.tensorflow.org (可交互式學習)
https://github.com/tensorflow/tensorflow (github官方倉庫)
https://tensorflow.google.cn/overview/ (tensorflow 平台介紹和學習-較多官方資料)
https://tensorflow.google.cn/resources/tools (tensorflow 相關的工具)
http://www.tensorfly.cn/tfdoc/get_started/introduction.html (tensorflow 中文教程)
推薦入門教材:
TensorFlow 技術解析與實戰 - 李嘉璇
TensorFlow 源碼編譯,bazel 教程:
TensorFlow 創建自定義 op 教程:
GPU 安裝相關鏈接:
安裝 tensorflow 1.1.0;以及安裝其他相似版本tensorflow遇到的問題:
保持更新;更多內容,請關注 cnblogs.com/xuyaowen