Execution Statistics
25. Execution Statistics
This table contains the latest execution statistics.
nb-exec-table - Unknown Directive
nb-exec-table - Unknown DirectiveThese lectures are built on linux instances through github actions.
These lectures are using the following python version
!python --versionand the following package versions
!conda listThis lecture series has access to the following GPU
!nvidia-smiYou can check the backend used by JAX using:
import jax
# Check if JAX is using GPU
print(f"JAX backend: {jax.devices()[0].platform}")
Creative Commons License – This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International.
