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

Basic Error Checking #23

Open nicholasturner1 opened 9 years ago

nicholasturner1 commented 9 years ago

We could add more descriptive error output in cases where we know the training will fail. For example, if the loaded network doesn't have the right number of volumes for the given output type (say 1 volume for 3d affinity output) we should explicitly tell that to the user.

This would also make it easier for us to diagnose mysterious errors, since we can rule out the obvious ones