-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Log Unconditional Image Generation Samples to W&B #2287
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
Log Unconditional Image Generation Samples to W&B #2287
Conversation
753cb01
to
4e8e21c
Compare
The documentation is not available anymore as the PR was closed or merged. |
9d0ce55
to
d622396
Compare
d622396
to
8ad1a81
Compare
Looking through the test failures, it isn't linked with the changes here. It has to do with downloading model files and timeouts. |
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.
Thanks!
@patil-suraj @williamberman wdyt?
examples/research_projects/onnxruntime/unconditional_image_generation/train_unconditional.py
Outdated
Show resolved
Hide resolved
examples/research_projects/onnxruntime/unconditional_image_generation/train_unconditional.py
Outdated
Show resolved
Hide resolved
few small asks but it basically there! :) |
@patrickvonplaten @williamberman requested changes implemented 😃 |
Thanks a lot @bencevans ! |
* Log Unconditional Image Generation Samples to WandB * Check for wandb installation and parity between onnxruntime script * Log epoch to wandb * Check for tensorboard logger early on * style fixes --------- Co-authored-by: Patrick von Platen <[email protected]>
* Log Unconditional Image Generation Samples to WandB * Check for wandb installation and parity between onnxruntime script * Log epoch to wandb * Check for tensorboard logger early on * style fixes --------- Co-authored-by: Patrick von Platen <[email protected]>
Matching the support for Tensorboard to WandB for Unconditional Image Generation Examples.