jax
Here are 256 public repositories matching this topic...
scipy.stats.mode
It would be great if you could add the JAX equivalent of scipy.stats.mode, which is currently unavailable.
A use case may be a ML classification task with ensembles, where multiple models give different predictions, and we are interested in finding the most common one.
As an example, consider predictions to be a two-dimensional DeviceArray of predictions, with
shape = (number of model
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
-
Updated
Feb 3, 2022 - Python
-
Updated
Feb 3, 2022 - Python
Display Issues
-
Updated
Feb 5, 2022 - Python
-
Updated
Feb 5, 2022 - Python
-
Updated
Feb 5, 2022 - Python
-
Updated
Feb 4, 2022 - Python
-
Updated
Feb 1, 2022 - Python
-
Updated
Feb 1, 2022 - Jupyter Notebook
-
Updated
Aug 25, 2021 - Python
Dear Numpyro developers,
Please develop Euler Maruyama features in numpyro similar to features found in PyMC.
Thanks alot.
-
Updated
Jan 27, 2022 - Python
Dear Brax team,
Since Brax is fully differentiable, I thought it'd be possible to use it like DiffTaichi or GradSim for system identification (e.g. determining the mass of an object from a trajectory and known force) but I couldn't find any example for this.
Do you happen to have any demo or tips for this?
From the top of my head I would do something like this:
Let's say the task is to es
-
Updated
Jan 28, 2022 - Python
-
Updated
Feb 4, 2022 - Python
-
Updated
Dec 13, 2021 - Jupyter Notebook
-
Updated
Dec 16, 2021 - Python
-
Updated
Jan 24, 2022
-
Updated
Aug 26, 2021 - Jupyter Notebook
jit and unroll don't seem to be documented in https://jaxopt.github.io/stable/_autosummary/jaxopt.GradientDescent.html#jaxopt-gradientdescent
-
Updated
Aug 30, 2021 - Python
-
Updated
Jul 28, 2020 - Python
-
Updated
Jan 27, 2022 - Jupyter Notebook
-
Updated
Dec 25, 2021
-
Updated
Feb 5, 2022 - Python
-
Updated
Jan 4, 2022 - Python
Improve this page
Add a description, image, and links to the jax topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jax topic, visit your repo's landing page and select "manage topics."

Related to #5142,
AlbertTokenizer(which uses SentencePiece) doesn't decode special tokens (like [CLS], [MASK]) properly. This issue was discovered when adding the Nystromformer model (#14659), which uses this tokenizer.To reproduce (Transformers v4.15 or below):