R2017a で R-CNN, fast/faster R-CNN の計算を複数の GPU 上で行うことは可能ですか?
1 view (last 30 days)
Show older comments
MathWorks Support Team
on 30 Mar 2017
Edited: MathWorks Support Team
on 6 Oct 2021
R2017a の Neural Network Toolbox を使用しています。複数 GPU を使ったディープラーニングの計算を実行できる機能があるということですが、具体的にディープラーニングのどのアルゴリズムにおいて複数 GPU での計算が対応しているのか教えてください。
Accepted Answer
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 をご覧ください。
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!