尝试将作业运行到GCP中,每次都会保持失败。这是错误:2018-10-23 10:44:06.058 CEST
The replica ps 0 exited with a non-zero status of 1. Termination reason: Error. The replica ps 1 exited with a non-zero status of 1
insertId: "10wrfw2g1er696e"
logName: "projects/steam-house-210508/logs/ml.googleapis.com%2Fmm23"
receiveTimestamp: "2018-10-23T08:44:06.058074968Z"
resource: {…}
severity: "ERROR"
textPayload: "The replica ps 0 exited with a non-zero status of 1. Termination reason: Error. The replica ps 1 exited with a non-zero status of 1.
我的配置是
trainingInput:
scaleTier:CUSTOM
masterType: standard_gpu
workerType:standard_gpu
parameterServerType:standard
workerCount: 5
parameterServerCount: 2
pythonVersion: '2.7'
项目project / steam-house-21050处理用于机器学习的文本。我确实尝试了一个空项目,它崩溃了相同的错误。