フィルターのクリア

Info

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

could you help me please in Parallel and GPU Computing?

1 回表示 (過去 30 日間)
Noor
Noor 2013 年 12 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I am implemented a Parallel and GPU Computing in neural netwrk by used this instruction below
matlabpool open
net2 = train(net1,x,t,'useParallel','yes','showResources','yes')
y = net2(x,'useParallel','yes','showResources','yes')
and also
net2 = train(net1,x,t,'useGPU','yes')
y = net2(x,'useGPU','yes')
and I have a good accelation but I dont understsnd how it is work, and any type execution by this statmente, data parallelizaion or node parallilization

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by