Skip to content

Commit

Permalink
Removed 'examples/quick_start.ipynb' and adjusted references to the '…
Browse files Browse the repository at this point in the history
…docs/optax-101.ipynb'
  • Loading branch information
hmludwig committed Feb 17, 2024
1 parent 5c219e7 commit b829c2c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 283 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ updates, opt_state = optimizer.update(grads, opt_state)
params = optax.apply_updates(params, updates)
```

You can continue the quick start in [the Optax quickstart notebook.](https://github.com/google-deepmind/optax/blob/main/examples/quick_start.ipynb)
You can continue the quick start in [the Optax 101 notebook.](https://github.com/google-deepmind/optax/blob/main/docs/optax-101.ipynb)

## Development

Expand Down
16 changes: 0 additions & 16 deletions docs/gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ Example gallery

<div class="sphx-glr-thumbnails">

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Quickstart with Optax.">

.. only:: html

.. image:: /images/favicon.svg
:alt: quick_start

:doc:`_collections/examples/quick_start`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Quickstart with Optax.</div>
</div>

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Gradient Accumulation.">
Expand Down
266 changes: 0 additions & 266 deletions examples/quick_start.ipynb

This file was deleted.

0 comments on commit b829c2c

Please sign in to comment.