attractivechaos / kann

A lightweight C library for artificial neural networks
Other
678 stars 117 forks source link

commenting out assert statement #8

Open avilella opened 6 years ago

avilella commented 6 years ago

Playing a bit with kann, I tried to input a vector longer than 235 but fails. commenting out the assert statement, it allows for longer vectors. Unsure if it will work correctly.