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.
2 parents 4afe63e + 395538c commit 615d655Copy full SHA for 615d655
README.md
@@ -22,7 +22,7 @@ working with manifold data.
22
23
Key to working with Riemannian geometry is the ability to compute jacobians. The jacobian matrix
24
contains the first order partial derivatives. `stochman.nnj` provides plug-in replacements for the many
25
-used `torch.nn` layers such as `Linear`, `BatchNorm1d` ect. and commonly used activation functions such as `ReLU`,
+used `torch.nn` layers such as `Linear`, `BatchNorm1d` etc. and commonly used activation functions such as `ReLU`,
26
`Sigmoid` etc. that enables fast computations of jacobians between the input to the layer and the output.
27
28
``` python
0 commit comments