We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635374d commit cabfc70Copy full SHA for cabfc70
tutorials-v5/miscellaneous/v5_paper-jax.md
@@ -200,7 +200,7 @@ options = {
200
```
201
202
When working with JAX you can choose the type of device / processor to be used.
203
-In our case, we will resort to the CPU since this is a simple Jupyter Notebook.
+In our case, we resort to the CPU since this is a simple Jupyter Notebook.
204
However, when running this on your machine, you can opt for using your GPU by simpy changing the argument below.
205
206
```python
0 commit comments