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 参考链接:

 
Tensorflow 可参考教程链接:
http://playground.tensorflow.org (可交互式学习)
https://github.com/tensorflow/tensorflow (github官方仓库)
https://tensorflow.google.cn/overview/ (tensorflow 平台介绍和学习-较多官方资料)
https://tensorflow.google.cn/resources/tools (tensorflow 相关的工具) 
 
推荐入门教材:
TensorFlow 技术解析与实战 - 李嘉璇 
 
TensorFlow 源码编译,bazel 教程:
 
TensorFlow 创建自定义 op 教程:
 
GPU 安装相关链接:
 
安装 tensorflow 1.1.0;以及安装其他相似版本tensorflow遇到的问题:
 
保持更新;更多内容,请关注 cnblogs.com/xuyaowen 

相关文章:

  • 2021-11-22
  • 2021-12-14
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-06-03
猜你喜欢
  • 2021-11-25
  • 2022-02-27
  • 2021-04-25
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2021-04-09
相关资源
相似解决方案