attractivechaos / kann

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

VAE error #36

Open aGiant opened 4 years ago

aGiant commented 4 years ago

Example of VAE did not work and got an error:

 ./vae -i mnist-vae.kan -g 10 | ../kann-data/mnist-ascii.pl
vae: kautodiff.c:1043: kad_op_add: Assertion `n0 >= n1' failed.

Everything was done according to the document: https://github.com/attractivechaos/kann/tree/master/examples