Skip to content

Commit

Permalink
Recommend optax in jax.experimental_libraries.optimizers documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Feb 11, 2022
1 parent fd35407 commit b9b73ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jax/example_libraries/optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Optimizers for use with JAX.
"""Examples of how to write optimizers with JAX.
You likely do not mean to import this module! The optimizers in this library
are intended as examples only. If you are looking for a fully featured optimizer
library, we recommend `optax` (https://github.com/deepmind/optax).
This module contains some convenient optimizer definitions, specifically
initialization and update functions, which can be used with ndarrays or
Expand Down

0 comments on commit b9b73ee

Please sign in to comment.