Pierre Quinton
Pierre Quinton
### 🚀 The feature For each classification datasets with balanced distribution on the classes (MNIST, CIFAR-N, etc...), it would be very useful to provide a standard dataset for the imbalanced...
In the paper, the algorithm is the following:  I think this means that for every $i$, we randomly shuffle the order of the grads. In the code, the shuffling...
### What happened? Several times during the last year, when clicking a link, the app would crash and cannot start again. when I prompt `signal-desktop`, I get ``` Content snap...
In case the solution gives $\|g_w\|=0$, then we get division by $0$. In this case, we get that the lagrangian $\lambda$ is $0$, therefore the solution is the same as...
Fixes #118861 For both `jacrev` and `jacfwd`: - Fixes the typing of `argnums` to `Optional[argnums_t]`. - Improves the doc to specify behavior in case of `None`, in this case we...
Note that this does not remove tags if not needed anymore. I think this shouldn't in case we want to manually add a tag, for instance if we change documentation...
I think we need some script in `.github/workflow` and a branch protection. It would make the `TODO` keyword very useful and safe.
Here are some thoughts on how we could support randomness in `autogram`. Consider this context: ```python class local_rng_context: """ A context manager that saves the global CPU and CUDA RNG...