Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

could you help me please in Parallel and GPU Computing?

1 Ansicht (letzte 30 Tage)
Noor
Noor am 25 Dez. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by