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 107f970 commit de9396cCopy full SHA for de9396c
deepxde/nn/jax/fnn.py
@@ -8,6 +8,7 @@
8
from .. import activations
9
from .. import initializers
10
11
+
12
class FNN(NN):
13
"""Fully-connected neural network."""
14
deepxde/nn/jax/nn.py
@@ -2,6 +2,7 @@
2
3
from .. import regularizers
4
5
6
class NN(nn.Module):
7
"""Base class for all neural network modules."""
0 commit comments