Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lectures/back_prop.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
```{code-cell} ipython3
:tags: [hide-output]

!pip install --upgrade jax jaxlib
!conda install -y -c conda-forge jax jaxlib
!conda install -y -c plotly plotly plotly-orca retrying
```

Expand Down Expand Up @@ -599,4 +599,5 @@ print(xla_bridge.get_backend().platform)
This lecture site is built in a server environment that doesn't have access to a `gpu`
If you run this lecture locally this lets you know where your code is being executed, either
via the `cpu` or the `gpu`
```
```