-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add docs for the Fabric WandbLogger
hosted in the wandb
SDK
#19451
Conversation
for more information, see https://pre-commit.ci
Update descriptions, links, and imports
@awaelchli I can't directly adjust #19444 so I made this branch and made some adjustments |
Looks great! Pushed minor fixes for links and added it also to Loggers list under the API section. |
@awaelchli Fixed the wording and all should be good to go 👍 |
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 and sorry for the delay. I left a small request below and otherwise good to merge!
`Weights & Biases (W&B) <https://wandb.ai>`_ is the AI developer platform, with tools for training models, fine-tuning models, and leveraging foundation models. | ||
|
||
W&B allows machine learning practitioners to track experiments, visualize data, and share insights with a few lines of. |
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.
We have a small request here:
Since Lightning AI is also "the AI developer platform with tools for training models etc etc" there is a slight conflict here. Could we maybe keep the focus of the intro on the experiment tracking aspect? The second paragraph is perfect, it's just this sentence here that we would like to adjust.
Maybe just merging it like so would work:
`Weights & Biases (W&B) <https://wandb.ai>`_ is the AI developer platform, with tools for training models, fine-tuning models, and leveraging foundation models. | |
W&B allows machine learning practitioners to track experiments, visualize data, and share insights with a few lines of. | |
`Weights & Biases (W&B) <https://wandb.ai>`_ allows machine learning practitioners to track experiments, visualize data, and share insights with a few lines of code. | |
Otherwise awesome docs!
.. displayitem:: | ||
:header: Fabric WandbLogger Example | ||
:description: Official example of how to use the WandbLogger with Fabric | ||
:button_link: https://colab.research.google.com/github/wandb/examples/blob/master/colabs/pytorch-lightning/Track_PyTorch_Lightning_with_Fabric_and_Wandb.ipynb |
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.
Could it be rather a release branch?
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.
This should be fine as a starting point.
I lost contact with @ash0ts so I'm not sure if he's going to see this. But I'll merge it for now and hope the link won't get oudated too quickly.
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.
Hello! I just returned PTO with no access to proper internet. What do you mean by release branch
in this context?
What does this PR do?
Fixes #<issue_number>
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist
📚 Documentation preview 📚: https://pytorch-lightning--19451.org.readthedocs.build/en/19451/