フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Why did my rcnn function not recognize the GPU device on Amazon EC2 P2 instance I connected to via the cloud center?

1 回表示 (過去 30 日間)
Nicha
Nicha 2018 年 4 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I followed the step-by-step documentation (Deep learning with MATLAB and multiple GPUs) to connect to Amazon EC2-P2 instance and I have tested and validated the cloud connection. Everything seemed fine. However, when I tried to run trainRCNNOBjectDetector, I got an error - "GPU support for convolutional neural networks require a GPU device with compute capability 3.0 or higher." Could anyone suggest how to debug and solve this issue?
  2 件のコメント
Walter Roberson
Walter Roberson 2018 年 4 月 29 日
(I just looked up and found that P2 are advertised as having K80 GPU, and I find that Tesla K80 have Compute Capacity 3.7. Which should be fine if only they could be recognized.)
Joss Knight
Joss Knight 2018 年 5 月 2 日
編集済み: Joss Knight 2018 年 5 月 2 日
I suspect you just haven't configured your environment to run on the cluster, so it is trying to run on the client. Have you set the cluster as your default cluster? Have you started a pool on that cluster using parpool? Have you enabled UseParallel in the Computer Vision System Toolbox preferences?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by