国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
| # This file is useful for reading the contents of the ops generated by ruby. | |
| # You can read any graph defination in pb/pbtxt format generated by ruby | |
| # or by python and then convert it back and forth from human readable to binary format. | |
| import tensorflow as tf | |
| from google.protobuf import text_format | |
| from tensorflow.python.platform import gfile | |
| def pbtxt_to_graphdef(filename): | |
| with open(filename, 'r') as f: |