attractivechaos / kann

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

Does RNN/LSTM/GRU in kann Support 2-dim input? #15

Open LeighSu opened 5 years ago

LeighSu commented 5 years ago

Hi, as mnist-cnn example show that the input can be a 28 * 28 graph , but the rnn-bit only support vector input such as [2,4].