List Question
20 TechQA 2024-03-30T22:24:42.640000How can I convert a flax.linen.Module to a torch.nn.Module?
24 views
Asked by 0xbadf00d
Using Orbax to checkpoint flax `TrainState` with new `CheckpointManager` API
164 views
Asked by Hylke
Getting derivatives of NNs according to its inputs by batches in JAX
58 views
Asked by Michaela
@nn.compact usage in FLAX
47 views
Asked by akhil
Flax JIT error for inherited nn.Module class methods
78 views
Asked by Momo
How do you use flax.linen.checkpoint with static_argnums to allow a boolean argument to __call__?
69 views
Asked by Ian Holmes
NaN gradients in Jax softmax
101 views
Asked by Will
NaN values in all parameters after training a custom RNN with Flax/JAX
42 views
Asked by PHANEE CHOWDARY
GPU allocation explodes when logging scalar to flax's tensorboard
35 views
Asked by Chutlhu
Optax equivalent of flax's optim.Adam.apply_gradient()
159 views
Asked by CV_enth
How to use FLAX LSTM in 2023
383 views
Asked by al_cc
Should models be trained using fori_loop?
86 views
Asked by ldmat
conditionally call vs. don't call a function using flax.linen
211 views
Asked by Jabby
memory increase while using jax.value_and_grad
55 views
Asked by hanover
AttributeError: module 'flax.linen' has no attribute 'transforms'
99 views
Asked by Jiayu Weng
How to select between different function based on a value of a parameter in flax?
108 views
Asked by Naren Dhyani
What is the difference between state.apply and model.apply in flax (if any)?
53 views
Asked by Cola
How to load checkpoints to flax state in jax 0.4.14 when the save path is changed?
175 views
Asked by Gerry
Prefetching an iterator of 128-dim array to device
151 views
Asked by jeffreyveon
Computing the gradient of a batched function using JAX
650 views
Asked by al_cc