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

Network-dependent error, no obvious flaws in network spec file #90

Closed AlexanderRiordan closed 8 years ago

AlexanderRiordan commented 8 years ago

I'm receiving the following error message when attempting to train a network:

screen shot 2016-05-05 at 1 30 08 pm

Switching the specified network in the config file solves the problem. Thus there's something about the network file that is likely causing the error. I've also verified that the intended network file is being called by train.py. Network spec file below. Please advise.

N3.znn.zip

nicholasturner1 commented 8 years ago

Found the issue - specified an 'ouput' instead of an 'output'