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

Save initial network instance #49

Closed torms3 closed 8 years ago

torms3 commented 8 years ago

When seeding a network, an initial instance should be saved. Currently it is blocked by the following code: https://github.com/seung-lab/znn-release/blob/master/python/train.py#L82

nicholasturner1 commented 8 years ago

A preliminary version of this has been merged to the development branch