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 1ededf4 commit 5842d1eCopy full SHA for 5842d1e
lectures/career.md
@@ -65,6 +65,9 @@ from quantecon.distributions import BetaBinomial
65
from scipy.special import binom, beta
66
from mpl_toolkits.mplot3d.axes3d import Axes3D
67
from matplotlib import cm
68
+
69
+# Set JAX to use CPU
70
+jax.config.update('jax_platform_name', 'cpu')
71
```
72
73
### Model features
0 commit comments