We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a66380 commit 36c5d08Copy full SHA for 36c5d08
src/nf.f90
@@ -3,7 +3,7 @@ module nf
3
use nf_datasets_mnist, only: label_digits, load_mnist
4
use nf_layer, only: layer
5
use nf_layer_constructors, only: &
6
- conv2d, dense, flatten, input, maxpool2d, reshape
+ conv2d, dense, flatten, input, maxpool2d, reshape, rnn
7
use nf_network, only: network
8
use nf_optimizers, only: sgd, rmsprop, adam, adagrad
9
use nf_activation, only: activation_function, elu, exponential, &
0 commit comments