davidrmiller / neural2d

Neural net optimized for 2D image data
MIT License
142 stars 69 forks source link

Segfault if "size" parameter is not specified in topology config file #8

Closed davidrmiller closed 9 years ago

davidrmiller commented 9 years ago

To reproduce, use a badly formatted topology config file like this (the "size" parameter is missing from the output line):

input size 1
output from input

Expected behavior: friendly helpful error message and exception Observed behavior: segfault