Search code examples
How to restore a orbax checkpoint with jax/flax?...

pythondeep-learningjaxflax

Read More
How to use jax.vmap with a tuple of flax TrainStates as input?...

reinforcement-learningjaxflaxmulti-agent-reinforcement-learning

Read More
jax and flax not playing nicely with each other...

lstmrecurrent-neural-networkjitjaxflax

Read More
Restoring flax model checkpoints using orbax throws ValueError...

pythonjaxflax

Read More
AttributeError: module 'flax.traverse_util' has no attribute 'unfreeze'...

pythonattributeerrorjaxflax

Read More
Why is Flax Linear layer not identical to matrix multiplication?...

matrix-multiplicationjaxflax

Read More
how to vmap over multiple Dense instances in flax model? trying to avoid looping over a list of Dens...

vectorizationjaxflax

Read More
Flax neural network with nans in the outputs...

pythontensorflowdeep-learningjaxflax

Read More
Using Orbax to checkpoint flax `TrainState` with new `CheckpointManager` API...

pythonjaxflax

Read More
Getting derivatives of NNs according to its inputs by batches in JAX...

pythondeep-learningjaxautogradflax

Read More
How to use FLAX LSTM in 2023...

pythonlstmjaxflax

Read More
Should models be trained using fori_loop?...

jaxflax

Read More
How to select between different function based on a value of a parameter in flax?...

jaxflax

Read More
Computing the gradient of a batched function using JAX...

machine-learningjaxflax

Read More
data_format in JAX/FLAX...

jaxflax

Read More
How to unroll the training loop so that Jax can train multiple steps in GPU/TPU...

jaxflax

Read More
No module named 'jax.experimental.global_device_array' when running the official Flax Exampl...

jaxflax

Read More
Fail to understand the usage of partial argument in Flax Resnet Official Example...

jaxflax

Read More
AttributeError: module 'flax' has no attribute 'nn'...

pythonjaxflax

Read More
How can I initialize the hidden state (carry) of a (flax linen) GRUCell as a learnable parameter (e....

recurrent-neural-networkjaxgruflax

Read More
AttributeError: module 'flax' has no attribute 'optim'...

python-3.xgoogle-colaboratoryflax

Read More
is there a way to trace grads through self.put_variable method in flax?...

pythonjaxflax

Read More
Can you update parameters of a module from inside the nn.compact of that module? (self modifying net...

pythonjaxflax

Read More
Pickle changes type in jax...

pythonnumpypicklejaxflax

Read More
BackNext