Skip to content

Commit

Permalink
Typo correction as spotted by @timothyas during JOSS review.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Jan 6, 2025
1 parent 892ade7 commit 9dc3e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ saving their PyTorch models to TorchScript.
# Comparison to other approaches

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

0 comments on commit 9dc3e18

Please sign in to comment.