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

load part of network #21

Closed xiuliren closed 8 years ago

xiuliren commented 9 years ago

In recursive training, we need to load part of first stage network. This function has not been tested yet. Not sure whether it could work out of the box.

xiuliren commented 9 years ago

I tested this function, whenever I loaded a network, we just use that network ignoring the architecture of .znn file.