-
Notifications
You must be signed in to change notification settings - Fork 881
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
refactor(examples) Update Flower example for variational autoencoder with PyTorch #3874
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks almost ready!
Just a couple of comments below. Also, should we rename the directory to just federated-variatonal-autoencoder
(i.e. dropping the pytorch-
)? if you think it's good, we'll also need to update its URL in the top-level README.md
and probably define a redirect in doc/source/conf.py
.
examples/pytorch-federated-variational-autoencoder/pyproject.toml
Outdated
Show resolved
Hide resolved
examples/pytorch-federated-variational-autoencoder/fedvaeexample/task.py
Outdated
Show resolved
Hide resolved
examples/pytorch-federated-variational-autoencoder/fedvaeexample/task.py
Outdated
Show resolved
Hide resolved
I think we should do the renaming/restructuring after all the examples have been migrated? It'll be one focused PR and we can iterate on the restructuring only. |
Issue
Description
Related issues/PRs
Proposal
Explanation
Checklist
#contributions
)Any other comments?