Skip to content

Commit f2906f7

Browse files
committed
Typo correction as spotted by @timothyas during JOSS review.
1 parent ca87821 commit f2906f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/paper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ saving their PyTorch models to TorchScript.
205205
# Comparison to other approaches
206206

207207
* **Replicating a net in Fortran**\
208-
That is, a user takes a model developed and trainied in PyTorch and reimplements
208+
That is, a user takes a model developed and trained in PyTorch and reimplements
209209
it from scratch using only Fortran, loading weights saved from PyTorch.
210210
This is likely to require considerable development effort, re-writing code
211211
that already exists and missing opportunities to use the diverse and highly-optimised

0 commit comments

Comments
 (0)