Pierre Quinton

Results 9 issues of 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...

module: datasets
new feature

In the paper, the algorithm is the following: ![image](https://github.com/tianheyu927/PCGrad/assets/13201912/198934f5-069c-448e-8db6-960bf15850d3) 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...

bug

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...

triaged
open source
Stale
release notes: functorch

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...

ci
package: aggregation

I think we need some script in `.github/workflow` and a branch protection. It would make the `TODO` keyword very useful and safe.

ci

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...