ilemhadri

Results 7 issues of ilemhadri

in KF and EKF, there probably is a better name than `filter` for the functions. because `filter` is a python built-in https://docs.python.org/3/library/functions.html#filter

Github supports the insertion of latex into markdown, and it would be a very useful feature for grip. Github has a [hack](https://gist.github.com/a-rodin/fef3f543412d6e1ec5b6cf55bf197d7b) for rendering LaTeX that essentially involves using ```...

`nvtop` is great - I use it to monitor GPU utilization while running certain interactive tasks. it would be great if the x axis can display values for time, say...

@jakevdp pointed out this might be necessary in order to get jax documentation links pointing to numpy's to correctly parse the numpy hyper-links. The discussion that triggered this comment [started...

04 - Documentation

i was wondering if there are any tools to visualize `jaxpr`s. Certainly, one can visualize the entire HLO graph using `jax.xla_computation`. But that tends to produce overly complex graphs, especially...

enhancement

### Description With this snippet of code, ``` import jax import jax.numpy as jnp @jax.jit def compute(M): Z = M@M with jax.profiler.TraceAnnotation("InsideAnnotation"): for _ in range(10): Z = jnp.sqrt(Z@Z) _,...

bug

### What happened? On an input array like ```mydata.values[0,0,:] array([0. , 0. , 0. , 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0.57392103, 0. , 0.57392103, 0.57392103, 0.57392103, 0.57392103,...

plan to close
topic-faq