在 g2.2xlarge EC2 实例上安装 TensorFlow 及其依赖项后,我尝试从入门页面运行 MNIST 示例:
python tensorflow/models/image/mnist/convolutional.py
但我收到以下警告:
I tensorflow/core/common_runtime/gpu/gpu_device.cc:611] Ignoring gpu device
(device: 0, name: GRID K520, pci bus id: 0000:00:03.0) with Cuda compute
capability 3.0. The minimum required Cuda capability is 3.5.
这是一个硬性要求吗?我有没有机会在 TensorFlow 的一个分支中发表评论?能够在 AWS 中训练模型真是太好了。