Skip to content

Commit

Permalink
Merge pull request #3531 from chiamp:normalize
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588113491
  • Loading branch information
Flax Authors committed Dec 5, 2023
2 parents 230b0d7 + 28d41d9 commit 512a6d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion flax/experimental/nnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
from .nnx.nn.activations import log_sigmoid as log_sigmoid
from .nnx.nn.activations import log_softmax as log_softmax
from .nnx.nn.activations import logsumexp as logsumexp
from .nnx.nn.activations import normalize as normalize
from .nnx.nn.activations import one_hot as one_hot
from .nnx.nn.activations import relu as relu
from .nnx.nn.activations import relu6 as relu6
Expand Down
2 changes: 0 additions & 2 deletions flax/experimental/nnx/nnx/nn/activations.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
log_sigmoid,
log_softmax,
logsumexp,
normalize,
one_hot,
relu,
relu6,
Expand Down Expand Up @@ -53,7 +52,6 @@
'log_sigmoid',
'log_softmax',
'logsumexp',
'normalize',
'one_hot',
'relu',
'relu6',
Expand Down

0 comments on commit 512a6d8

Please sign in to comment.