attractivechaos / kann

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

the kann_layer_conv1d() is a temporary convolution? #21

Open LeavesLei opened 5 years ago

LeavesLei commented 5 years ago

I want use a conv1d function like tf.layers.conv1d() in TensofFlow. It the kann_layer_conv1d() is a suitable function?

attractivechaos commented 5 years ago

Should be.

LeavesLei commented 5 years ago

could you check the issue below? I meet a problem when I use the library.

LeavesLei commented 5 years ago

@attractivechaos Hi, for the kann_train_fnn1(), the format of input must be a x(x can only present 2-D data). How can I put a 4-D dataset like image dataset(num_samples, channel, H, W) into the neural network?