Skip to content

Commit 2c03c7c

Browse files
jakeharmon8edward-bot
authored andcommitted
Update references to JAX's GitHub repo
JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax PiperOrigin-RevId: 702886844
1 parent b33fb98 commit 2c03c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edward2/jax/nn/heteroscedastic_lib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _get_cov_layer_kernel_init(self):
8787
)
8888
# Equivalent to the default kernel init `lecun_normal()` when we set the
8989
# scaling factor `scale_layer_kernel_init_factor` to 1.
90-
# https://github.com/google/jax/blob/main/jax/_src/nn/initializers.py#L440
90+
# https://github.com/jax-ml/jax/blob/main/jax/_src/nn/initializers.py#L440
9191
cov_layer_kernel_init = nn.initializers.variance_scaling(
9292
self.cov_layer_kernel_init_scale,
9393
'fan_in',

0 commit comments

Comments
 (0)