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 8e88632 commit 088a48bCopy full SHA for 088a48b
src/nf.f90
@@ -1,6 +1,6 @@
1
module nf
2
use nf_datasets_mnist, only: label_digits, load_mnist
3
use nf_layer, only: layer
4
- use nf_layer_constructors, only: conv2d, dense, input
+ use nf_layer_constructors, only: conv2d, dense, input, maxpool2d
5
use nf_network, only: network
6
end module nf
0 commit comments