Skip to content

Commit

Permalink
Merge pull request #524 from google:doc2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 563405382
  • Loading branch information
JAXopt authors committed Sep 7, 2023
2 parents c6d51d4 + 2ca3a20 commit c488cd9
Show file tree
Hide file tree
Showing 6 changed files with 1,066 additions and 203 deletions.
14 changes: 13 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 0.9
-----------


Bug fixes and enhancements
~~~~~~~~~~~~~~~~~~~~~~~~~~

- Improved example :doc:`/notebooks/deep_learning/resnet_flax` (better accuracy in less time) by Fabian Pedregosa.
- Improved example :doc:`/notebooks/deep_learning/resnet_haiku`, by Fabian Pedregosa.
- Documentation is built as part of the continuous integration workflow, by Fabian Pedregosa


Version 0.8
-----------

Expand Down Expand Up @@ -392,7 +404,7 @@ Examples

- :ref:`sphx_glr_auto_examples_constrained_binary_kernel_svm_with_intercept.py`
- :ref:`sphx_glr_auto_examples_deep_learning_flax_image_classif.py`
- :ref:`sphx_glr_auto_examples_deep_learning_haiku_image_classif.py`
- Image Classification with Haiku and JAXopt
- :ref:`sphx_glr_auto_examples_deep_learning_haiku_vae.py`
- :ref:`sphx_glr_auto_examples_implicit_diff_lasso_implicit_diff.py`
- :ref:`sphx_glr_auto_examples_constrained_multiclass_linear_svm.py`
Expand Down
643 changes: 643 additions & 0 deletions docs/notebooks/deep_learning/resnet_haiku.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit c488cd9

Please sign in to comment.