Skip to content

Commit

Permalink
Added details on how to use WandbLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
manangoel99 committed Apr 23, 2022
1 parent 112ad00 commit ee9278b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/doc_en/logging_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ All the logging mentioned above is integrated into the `program.train` function

![W&B Models](../imgs_en/wandb_models.png)

For more advanced usage to log images, audios, videos or any other form of data, you can use `WandbLogger().run.log`. More examples on how to log different kinds of data are available [here](https://docs.wandb.ai/examples).

To view the dashboard, the link to the dashboard is printed to the console at the beginning and end of every training job and you can also access it by logging into your W&B account on your browser.

### Using Multiple Loggers
Expand Down

0 comments on commit ee9278b

Please sign in to comment.