Skip to content

Commit

Permalink
Avoid one layer of indirection by colocating the source and the subpa…
Browse files Browse the repository at this point in the history
…ckage __init__ for optax.contrib.

PiperOrigin-RevId: 570045729
  • Loading branch information
mtthss authored and OptaxDev committed Oct 2, 2023
1 parent e43f9f5 commit c17656f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# ==============================================================================
"""Optax: composable gradient processing and optimization, in JAX."""

from optax import contrib
from optax import experimental
from optax._src import contrib
from optax._src.alias import adabelief
from optax._src.alias import adafactor
from optax._src.alias import adagrad
Expand Down
File renamed without changes.

0 comments on commit c17656f

Please sign in to comment.