jax
Here are 266 public repositories matching this topic...
>>> lax.broadcast_shapes((-1,), (1,))
(-1,)
>>> np.broadcast_shapes((-1,), (1,))
------------------------------------------------------------------------
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
-
Updated
Feb 11, 2022 - Python
-
Updated
Feb 17, 2022 - Python
Display Issues
-
Updated
Feb 19, 2022 - Python
-
Updated
Feb 19, 2022 - Python
-
Updated
Feb 18, 2022 - Python
-
Updated
Feb 12, 2022 - Python
-
Updated
Feb 15, 2022 - Python
-
Updated
Feb 19, 2022 - Jupyter Notebook
Dear Numpyro developers,
Please develop Euler Maruyama features in numpyro similar to features found in PyMC.
Thanks alot.
-
Updated
Feb 10, 2022 - Python
-
Updated
Feb 19, 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
Feb 18, 2022 - Python
-
Updated
Feb 7, 2022 - Python
-
Updated
Feb 18, 2022 - Python
-
Updated
Dec 13, 2021 - Jupyter Notebook
-
Updated
Feb 9, 2022 - Python
-
Updated
Feb 18, 2022
-
Updated
Feb 20, 2022 - Python
-
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
Feb 19, 2022 - Python
-
Updated
Feb 18, 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):