gpt4 book ai didi

python - 在 AWS Sagemaker 中启用 gpu 支持

转载 作者:行者123 更新时间:2023-12-04 03:36:08 25 4
gpt4 key购买 nike

我正在尝试在 Sagemaker 笔记本上启用 GPU。虽然我使用的是 ml.p2.xlarge 实例,但当我在我的笔记本中尝试这个时:

import tensorflow as tf
tf.test.is_gpu_available(cuda_only=False, min_cuda_compute_capability=None)

输出为False。没有 GPU,我的训练过程会很慢。如何在我的 Sagemaker 笔记本中激活和使用 GPU?

最佳答案

我假设您在 Notebook 中使用的是 _amazonei_ 内核?尝试使用不同的内核,例如 conda_tensorflow*

名称中包含 amazonei 的内核与 GPU 不兼容,它们用于 Amazon Elastic Inference Accelerator.

  • 注意 1 P2 使用老一代 K80 GPU;您可以在 SageMaker Studio 中访问更新(和更便宜)的东西:G4笔记本(有T4卡)

  • 注释 2 根据 TF documentation ,您使用的功能已弃用。一旦你在一个 GPU 兼容的内核上,TF 推荐使用 tf.config.list_physical_devices('GPU')

关于python - 在 AWS Sagemaker 中启用 gpu 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66891578/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com