
机器学习/深度学习
Urmsone
左怀美人,右携香草,踏雪寻梅,不亦乐乎?
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu18:报错NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.解决
服务器重启后,输入nvidia-smi,报错如下: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. 输入nvcc -V输入如下: k8s@master:~$ ...原创 2020-01-05 21:12:05 · 1217 阅读 · 0 评论 -
Docker容器中实现Tensorflow分布式训练
Docker容器中实现Tensorflow分布式训练 一、简介 Tensorflow分布式介绍:tensorflow分布式训练主要有以下几种形式–单机多卡、多机单卡、多机多卡;以上几种形式是基于PS结构的,使用的通信方式–同步(同步SGD)、异步(异步SGD) 。 环境 win10+ 虚拟机 + Centos7 + docker + tensorflow 内容 本文的主要内容是使用do...原创 2019-02-10 23:28:37 · 3470 阅读 · 18 评论