Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds prominent scenic link to examples/README.md #1809

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@ Graph modeling

[#231]: https://github.com/google/flax/issues/231

## Repositories Using Flax

The following code bases use Flax and provide training frameworks and a wealth
of examples, in many cases with pre-trained weights:

- https://github.com/google-research/scenic: *Scenic* is a codebase/library
for computer vision research and beyond. Scenic's main focus is around
attention-based models. Scenic has been successfully used to develop
classification, segmentation, and detection models for multiple modalities
including images, video, audio, and multimodal combinations of them.

## Community Examples

In addition to the curated list of official Flax examples, there is a growing
Expand Down