Skip to content

Commit

Permalink
Merge pull request #3079 from chiamp:remove_advanced
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 530623808
  • Loading branch information
Flax Authors committed May 9, 2023
2 parents d1385b0 + 67c9640 commit 7377d65
Show file tree
Hide file tree
Showing 19 changed files with 16 additions and 2,355 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# one too high when executing this as a Github Action.
if (( $diff > 6)); then
echo "ERROR! More than 5 commits in PR -- please squash your commits."
url=https://flax.readthedocs.io/en/latest/contributing.html#too-many-commits-in-a-pr
url=https://flax.readthedocs.io/en/latest/contributing.html#too-many-commits-in-a-pull-request
echo "See $url for help on how to resolve this."
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Other Improvements:
- Add Adadelta optimizer
- Fully deprecate all "pre-Linen" `flax.nn` classes and methods.
- Some Module arguments can now be passed either as dataclass attribute or
as argument to `__call__`. See [design note](https://flax.readthedocs.io/en/latest/design_notes/arguments.html)
as argument to `__call__`. See [design note](https://flax.readthedocs.io/en/latest/guides/arguments.html)
- Add `sow` method to `Module` and `capture_intermediates` argument to `Module.apply`.
See [howto](https://flax.readthedocs.io/en/latest/howtos/extracting_intermediates.html) for usage patterns.
- Support passing in modules directly as attributes to other modules, and
Expand Down
93 changes: 0 additions & 93 deletions docs/advanced_topics/arguments.md

This file was deleted.

262 changes: 0 additions & 262 deletions docs/advanced_topics/contributing.md

This file was deleted.

Loading

0 comments on commit 7377d65

Please sign in to comment.