Skip to content

Commit

Permalink
jax.nn.functions has moved to jax.nn
Browse files Browse the repository at this point in the history
  • Loading branch information
matpalm committed Jan 31, 2021
1 parent 973c42f commit dd40127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import jax.numpy as jnp
from jax import random, lax, vmap
from jax.nn.initializers import glorot_normal, he_normal
from jax.nn.functions import gelu
from jax.nn import gelu
from functools import partial
import objax
from objax.variable import TrainVar, StateVar
Expand Down

0 comments on commit dd40127

Please sign in to comment.