Skip to content

Commit

Permalink
psd_inv_cholesky -> psd_inv
Browse files Browse the repository at this point in the history
  • Loading branch information
gcassella committed Nov 6, 2023
1 parent c2f345d commit 19fe893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferminet/curvature_tags_and_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Scalar = kfac_jax.utils.Scalar
Numeric = kfac_jax.utils.Numeric

vmap_psd_inv_cholesky = jax.vmap(kfac_jax.utils.psd_inv_cholesky, (0, None), 0)
vmap_psd_inv = jax.vmap(kfac_jax.utils.psd_inv, (0, None), 0)
vmap_matmul = jax.vmap(jnp.matmul, in_axes=(0, 0), out_axes=0)


Expand Down

0 comments on commit 19fe893

Please sign in to comment.