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 54d1bb0 commit 9a4422fCopy full SHA for 9a4422f
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, flatten2d, input, maxpool2d, reshape, linear2d
+ conv2d, dense, flatten, input, maxpool2d, reshape, linear2d
7
use nf_loss, only: mse, quadratic
8
use nf_metrics, only: corr, maxabs
9
use nf_network, only: network
0 commit comments