Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adding logo
  • Loading branch information
agata-mlynarczyk authored Jul 4, 2024
1 parent 53139bb commit e2ff1f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions wandb101/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<img src="https://i.imgur.com/gb6B4ig.png" width="400" alt="Weights & Biases" />
<p align="center">
<img src="https://raw.githubusercontent.com/wandb/wandb/508982e50e82c54cbf0dd464a9959fee0e1740ad/.github/wb-logo-lightbg.png#gh-light-mode-only" width="600" alt="Weights & Biases"/>
<img src="https://raw.githubusercontent.com/wandb/wandb/508982e50e82c54cbf0dd464a9959fee0e1740ad/.github/wb-logo-darkbg.png#gh-dark-mode-only" width="600" alt="Weights & Biases"/>
</p>

# Learn W&B: 101

Expand All @@ -13,4 +16,4 @@ Getting started tracking your experiments using W&B is easy with this series of
- How to visualize metrics while training models
- How to track the hyperparameters of your experiments
- How to analyze your results using the W&B UI
- An overview of the other problems W&B can help you solve like hyperparameter tuning & model evaluation
- An overview of the other problems W&B can help you solve like hyperparameter tuning & model evaluation

0 comments on commit e2ff1f3

Please sign in to comment.