Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Dec 6, 2024
1 parent f638486 commit 96ea01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/notebooks/NeuralODEs_II.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
"id": "035475d5",
"metadata": {},
"source": [
"**NOTE**: For comparison we alo used the same machine and conda enviroment to call on CPU the [torcheqdiff demo](https://github.com/rtqichen/torchdiffeq/blob/master/examples/ode_demo.py) using the following command line 'python ode_demo.py --niters 3000'. This triggers a comparable number of gradient evaluations. The iterations done in `torcheqdiff` complete in **348 seconds** showing how on common CPUs, the use of ``heyoka`` may offer a significant speedup for NeuralODE research."
"**NOTE**: For comparison we also called the [torcheqdiff demo](https://github.com/rtqichen/torchdiffeq/blob/master/examples/ode_demo.py) using the following command line 'python ode_demo.py --niters 3000'. This triggers a comparable number of gradient evaluations on CPU. The iterations done in `torcheqdiff` complete in **348 seconds** showing how on common CPUs, the use of ``heyoka`` may offer a significant speedup for NeuralODE research."
]
},
{
Expand Down

0 comments on commit 96ea01b

Please sign in to comment.