seung-lab / znn-release

Multi-core CPU implementation of deep learning for 2D and 3D sliding window convolutional networks (ConvNets).
GNU General Public License v3.0
94 stars 33 forks source link

forward pass of each sample #27

Closed xiuliren closed 9 years ago

xiuliren commented 9 years ago

currently, forward pass seems write data after all the samples were processed. if one sample got some error, we have to reprocess all the samples. It would be better to write out the sample output when one sample went through the forward pass.