pgenevski

Results 2 issues of pgenevski

The SuperDevMode is really useful in speeding up the development process. However the lack of "mvn ninja:debug" is a significant gap. The use of m2eclipse for debugging requires Eclipse, while...

Hi, I noticed that you are reusing the same key in e.g. cell 23 of [`main/src/notebooks/jax_tutorials/chapter_5_vmap_pmap.ipynb`](https://github.com/AakashKumarNain/TF_JAX_tutorials/blob/main/src/notebooks/jax_tutorials/chapter_5_vmap_pmap.ipynb) ```python key, subkey = random.split(key) rotate = random.randint(key, shape=[batch_size], minval=0, maxval=2) ``` Looks like...