Angus Turner

Results 4 issues of Angus Turner

Am encountering the following error mid-experiment. ``` File "/home/ubuntu/miniconda3/envs/cuda/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/home/ubuntu/miniconda3/envs/cuda/lib/python3.6/threading.py", line 1182, in run self.function(*self.args, **self.kwargs) File "/home/ubuntu/miniconda3/envs/cuda/lib/python3.6/site-packages/sacred/run.py", line 266, in _start_heartbeat self._emit_heartbeat() File...

bug

Hi, I have been trying to optimize a training pipeline for TPU, and noticed an unusual performance degradation when using `eqx.filter_pmap`, compared with `jax.pmap` For example, I am using the...

refactor

URL redirects to some scammy website.

Hi, Firstly, just wanted to say this is a really cool library. I have been working on some CTC/alignment research and when i saw this trick with the parallel-scan and...