lua---parallel icon indicating copy to clipboard operation
lua---parallel copied to clipboard

easy parallel of a loop

Open culurciello opened this issue 12 years ago • 0 comments

let's say I want to split this into 4 parts and create 4 forked processes. what is the easiest way to do this?

for t = 1, trainData:size() do trainData2.data[t] = l1net:forward(trainData.data[t]:double()) end

culurciello avatar Aug 22 '12 19:08 culurciello