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

Added GANs example to examples #619

Merged
merged 3 commits into from
Aug 9, 2022
Merged
Changes from 2 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
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ To run it in each of these various modes, use the following commands:
* In PyTorch:
Add an `xmp.spawn` line in your script as you usually do.

### Simple vision example (GANs)

- Please see: https://github.com/huggingface/community-events/tree/main/huggan
EyalMichaeli marked this conversation as resolved.
Show resolved Hide resolved

## Finer Examples

While the first two scripts are extremely barebones when it comes to what you can do with accelerate, more advanced features are documented in two other locations.
Expand Down