R2017a で R-CNN, fast/faster R-CNN の計算を複数の GPU 上で行うことは可能ですか?

1 view (last 30 days)
R2017a の Neural Network Toolbox を使用しています。複数 GPU を使ったディープラーニングの計算を実行できる機能があるということですが、具体的にディープラーニングのどのアルゴリズムにおいて複数 GPU での計算が対応しているのか教えてください。

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 6 Oct 2021
Edited: MathWorks Support Team on 6 Oct 2021
R2017a のバージョンでは、Neural Network Toolbox で提供されている CNN (畳み込みニューラルネットワーク; Convolutional Neural Network) のアルゴリズムにおいてのみ複数 GPU を使った計算が可能になっています。
Computer Vision System Toolbox で提供されている R-CNN (領域ベース畳み込みニューラルネットワーク; Region-Based Convolutional Neural Networks) や fast/faster R-CNN の機能は R2017a のバージョンでは複数 GPU での計算に対応していません。
なお、CNN で複数 GPU を使用する方法については次の article をご覧ください。

More Answers (0)

Categories

Find more on モデル化 in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!