Skip to content

Commit 615d655

Browse files
committed
Merge branch 'master' of github.com:MachineLearningLifeScience/stochman
2 parents 4afe63e + 395538c commit 615d655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ working with manifold data.
2222

2323
Key to working with Riemannian geometry is the ability to compute jacobians. The jacobian matrix
2424
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`,
25+
used `torch.nn` layers such as `Linear`, `BatchNorm1d` etc. and commonly used activation functions such as `ReLU`,
2626
`Sigmoid` etc. that enables fast computations of jacobians between the input to the layer and the output.
2727

2828
``` python

0 commit comments

Comments
 (0)