【发布时间】:2018-06-01 05:44:25
【问题描述】:
我正在尝试使用 gcloud ml-engine jobs submit training 进行训练,但作业卡在日志中的以下输出中:
我的 config.yaml:
trainingInput:
scaleTier: CUSTOM
masterType: standard_gpu
workerType: standard_gpu
parameterServerType: large_model
workerCount: 1
parameterServerCount: 1
关于“grpc epoll fd: 3”是什么意思以及如何解决的任何提示?我的输入函数是从 gs:// 提供 16G TFRecord,但批处理 = 4,shuffle buffer_size = 4。每个输入样本都是一个单通道 99 x 161px 图像:形状 (15939) - 不是很大。
谢谢
【问题讨论】:
-
该日志行是信息性的,它被错误地标记为错误。
-
几个问题:您使用的是哪个版本的 TensorFlow?您是否安装了自定义 TensorFlow?你用过 tf.estiamtors 吗?如果是,您是否调用了 train 或 train_and eval?
-
那是在谷歌云上运行 tf 1.4.1。这是一个相关的对话,带有示例代码groups.google.com/a/tensorflow.org/forum/m/#!topic/discuss/…
标签: machine-learning tensorflow grpc google-cloud-ml