https://github.com/amygdala/tensorflow-workshop/blob/master/workshop_sections/distributed_tensorflow 这里面有个CNN的例子,有Dockerfile,可以build image 和 [tf-cluster.yaml](https://github.com/amygdala/tensorflow-workshop/blob/master/workshop_sections/distributed_tensorflow/k8s-configs/tf-cluster.yaml) 配合就能跑起来,熟悉使用 tensorboard 查看任务状态和信息 这里是 tensorboard的说明 https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tensorboard/README.md 需要GPU 的cluster 先跑起来 https://github.com/k8sp/k8s-tensorflow/issues/8 ,和我们自己的dockerhub https://github.com/k8sp/k8s-tensorflow/issues/9 ,方便image存储
https://github.com/amygdala/tensorflow-workshop/blob/master/workshop_sections/distributed_tensorflow 这里面有个CNN的例子,有Dockerfile,可以build image 和 tf-cluster.yaml 配合就能跑起来,熟悉使用 tensorboard 查看任务状态和信息
这里是 tensorboard的说明 https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tensorboard/README.md
需要GPU 的cluster 先跑起来 #8
,和我们自己的dockerhub #9
,方便image存储