我试图在GPU模式下使用google cloud ml。
当我训练BASIC_GPU模式时,我有很多错误日志 但是,它的训练效果很好 我不确定学习是否在GPU模式下工作良好。
这是错误日志历史记录 enter image description here
这是print config.log_device_placement的一部分。
enter image description here
另外,我尝试训练complex_model_m_gpu模式。 我也有像BASIC_GPU这样的错误日志 但是,当我打印config.log_device_placement时,我看不到gpu:/ 1,gpu:/ 2,gpu:/ 3。只有gpu:/ 0我才能看到。
重要的是BASIC_GPU和complex_model_m_gpu的运行时间相同。
我想知道在GPU模式下学习是否很好还是有问题。
对不起我的英语,任何人都知道问题然后帮助我 谢谢。
答案 0 :(得分:0)
有关如何充分利用GPU的提示,请参阅TensorFlow的performance guide for optimizing for GPUs。
有几点需要注意