Skip to content

Commit 0bbaa4a

Browse files
committed
Loading rnn constructor in the root
1 parent 3f4387e commit 0bbaa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nf.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module nf
33
use nf_datasets_mnist, only: label_digits, load_mnist
44
use nf_layer, only: layer
55
use nf_layer_constructors, only: &
6-
conv2d, dense, flatten, input, maxpool2d, reshape
6+
conv2d, dense, flatten, input, maxpool2d, reshape, rnn
77
use nf_loss, only: mse, quadratic
88
use nf_metrics, only: corr, maxabs
99
use nf_network, only: network

0 commit comments

Comments
 (0)