cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.92k stars 666 forks source link

Spotted mistake in HLIM optimization #267

Open TibboddiT opened 7 years ago

TibboddiT commented 7 years ago

Here: https://github.com/cazala/synaptic/blob/master/src/Neuron.js#L492, a break is apparently missing !

It was not an easy bug to track :)