We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892ade7 commit 9dc3e18Copy full SHA for 9dc3e18
paper/paper.md
@@ -205,7 +205,7 @@ saving their PyTorch models to TorchScript.
205
# Comparison to other approaches
206
207
* **Replicating a net in Fortran**\
208
- 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
209
it from scratch using only Fortran, loading weights saved from PyTorch.
210
This is likely to require considerable development effort, re-writing code
211
that already exists and missing opportunities to use the diverse and highly-optimised
0 commit comments