zombie-einstein
zombie-einstein
Think this is the same issue as this https://github.com/jeremiecoullon/jax-tqdm/issues/12 , comments there may help you
> I think the following is related. On jax 0.4.28 I get `KeyError: 0` in `_update_tqdm` from `tqdm_bars[0].update(arg)`, even when iterations begin at 0. I've actually been meaning to file...
> > > I think the following is related. On jax 0.4.28 I get `KeyError: 0` in `_update_tqdm` from `tqdm_bars[0].update(arg)`, even when iterations begin at 0. > > > >...
I wonder if the `ordered` flag [here](https://jax.readthedocs.io/en/latest/_autosummary/jax.debug.callback.html#jax-debug-callback)is what we are looking for?