From 9bd46dab50a2d83eef8036bafab3da66bb51bf41 Mon Sep 17 00:00:00 2001 From: milesial Date: Mon, 16 Aug 2021 07:22:02 +0200 Subject: [PATCH] Fix README link Former-commit-id: 6cc58d6930ae97d31665709eaedbabb4c4edb804 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c64cb6..90565c0 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ You can specify which model file to use with `--model MODEL.pth`. ### Weights & Biases -The training progress can be visualized in real-time using [Weights & Biases](wandb.ai/). Loss curves, validation curves, weights and gradient histograms, as well as predicted masks are logged to the platform. +The training progress can be visualized in real-time using [Weights & Biases](https://wandb.ai/). Loss curves, validation curves, weights and gradient histograms, as well as predicted masks are logged to the platform. When launching a training, a link will be printed in the console. Click on it to go to your dashboard. If you have an existing W&B account, you can link it by setting the `WANDB_API_KEY` environment variable.