我已经按照建议的by Google's tensor2tensor repository遵循了colab笔记本的翻译教程 在导出模型并将其上传到Google的AI平台引擎进行在线预测后,我在向模型发出请求时遇到了问题"].encode(input_str) + [1] # add EOS id
batch_inputs = tf.reshape(inputs, [1, -1, 1]) # Make it 3D
如何在AI平台管道上使用GPU?我的管道在其中一个操作中使用了set_gpu_limit(1),但最终得到了一个This step is in Pending state with this message: Unschedulable: 0/3nodes are available: 3 Insufficient nvidia.com/gpu.错误。