You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/kesten_processes.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ kernelspec:
19
19
20
20
# Kesten Processes and Firm Dynamics
21
21
22
-
```{admonition} GPU Warning
23
-
:class: dropdown, warning
22
+
```{admonition} GPU in use
23
+
:class: warning
24
24
25
-
This lecture is built using [hardware](status:machine-details) that has access to a GPU and uses JAX for GPU programming. As a result, the lecture will be slower when running on a machine without a GPU.
25
+
This lecture is accelerated via [hardware](status:machine-details) that has access to a GPU and JAX for GPU programming.
26
26
27
27
Free GPUs are available on Google Colab. To use this option, please click on the play icon top right, select Colab, and set the runtime environment to include a GPU.
28
28
@@ -728,9 +728,12 @@ def generate_draws(μ_a=-0.5,
728
728
729
729
# Perform the calculations in a vectorized manner for T periods
0 commit comments