diff --git a/paper/paper.md b/paper/paper.md index 29d939d0..70ca331f 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -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