【发布时间】:2021-10-28 17:28:53
【问题描述】:
亚马逊 sagemaker documentation 声明当使用 sagemaker 笔记本实例时应该可以使用 TensorFlow 2.3 Python 3.7 GPU 优化内核。但是当我使用 ml.p2.xlarge (us-west-2) amazon sagemaker notebook instance 时,我看不到 TensorFlow 2.3 Python 3.7 GPU Optimized 内核
我可以看到其他内核,例如
- Python 3(TensorFlow 2.1 Python 3.6 GPU 优化)
- Python 3(MXNet 1.8 Python 3.7 GPU 优化)
我是否需要启用某些特定设置才能看到 TensorFlow 2.3 Python 3.7 GPU 优化内核
【问题讨论】:
标签: python amazon-web-services tensorflow amazon-sagemaker