From ee9278b22da7cfdc21c7af7d80da5071b7281490 Mon Sep 17 00:00:00 2001 From: Manan Goel Date: Sat, 23 Apr 2022 12:00:58 +0000 Subject: [PATCH] Added details on how to use WandbLogger --- doc/doc_en/logging_en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/doc_en/logging_en.md b/doc/doc_en/logging_en.md index 57f154f2..d00ab8bd 100644 --- a/doc/doc_en/logging_en.md +++ b/doc/doc_en/logging_en.md @@ -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 -- GitLab