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 0645aa8 commit 3bca43bCopy full SHA for 3bca43b
1 file changed
lectures/back_prop.md
@@ -4,9 +4,9 @@ jupytext:
4
extension: .md
5
format_name: myst
6
format_version: 0.13
7
- jupytext_version: 1.11.5
+ jupytext_version: 1.16.7
8
kernelspec:
9
- display_name: Python 3
+ display_name: Python 3 (ipykernel)
10
language: python
11
name: python3
12
---
@@ -595,9 +595,7 @@ Image(fig.to_image(format="png"))
595
596
```{code-cell} ipython3
597
## to check that gpu is activated in environment
598
-
599
-from jax.lib import xla_bridge
600
-print(xla_bridge.get_backend().platform)
+jax.extend.backend.get_backend()
601
```
602
603
```{note}
0 commit comments