Conversation
|
@HumphreyYang this PR is changing some The purpose is to remove the Deprecation warnings. |
HumphreyYang
left a comment
There was a problem hiding this comment.
Many thanks @mmcky,
The deprecation fix looks great to me!
…/lecture-python.myst into fix-deprecation+future
|
@HumphreyYang this is now updated to include all lectures documented in the title linked issues. IF you have time, can you please have a quick flip through the diff for me. Thanks. |
HumphreyYang
left a comment
There was a problem hiding this comment.
Many thanks @mmcky. This looks great! Just one note I took. Please feel free to discard!
lectures/back_prop.md
Outdated
| ```{code-cell} ipython3 | ||
| ## to check that gpu is activated in environment | ||
|
|
||
| from jax.lib import xla_bridge | ||
| print(xla_bridge.get_backend().platform) | ||
| print(f"JAX backend: {jax.devices()[0].platform}") | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Hi @mmcky,
This note is at the end of the lecture. Should we move it with the note below to the top?
There was a problem hiding this comment.
thanks @HumphreyYang I will add that change and then merge.
Appreciate you taking a look.
This PR fixes #443 and #437