Shu Hu

Results 39 comments of Shu Hu

Thanks @mmcky . Here is the error log `jax_intro.err.log` from `Build Project on Google Collab` check: ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution executenb( File...

@mmcky , I resolved the merging conflicts, and you can continue to review it.

Thanks for your valuable comments @jstac and @mmcky . I've made your suggested changes, and this PR is ready for review. Here is a preview: https://66556bce6951f1a342bd1bbd--incomparable-parfait-2417f8.netlify.app/ Hi @jstac , according...

> @shlff so it seems the `filesystem` size is to correct. I did a bunch of testing and there is plenty of file system memory. It looks like this is...

Thanks @cc7768 . I will tackle this issue this week.

Hi @aledinola, I shifted the discussion from discourse to here. You are more than welcome to share thoughts and work on this together if you have time and interest.

I did a thorough search: all Jax lectures except for [mle](jax.quantecon.org/mle) have the issues of either not using `block_until_ready` or running twice to eliminate compilation time. (So I will not...

I spotted two extra issues during the searching: 1. when we time the code, we use our timing methods `tic/toc` and Python time magic interchangeably in different lectures, 2. we'd...

Thanks for your comments @jstac . That's a better idea!