From 915cbe93036c365f86996fc139cfeaf04300e8f7 Mon Sep 17 00:00:00 2001 From: MendelXu <44802022+MendelXu@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:51:20 +0800 Subject: [PATCH] Fix tutorial errors mentioned in issue 15 https://github.com/microsoft/SoftTeacher/issues/15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a8cfad..a6d2f4e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ We followed STAC[1] to evaluate on 5 different data splits for each setting, and - `wandb=0.10.31` #### Notes -- We use [wandb](https://wandb.ai/) for visualization, if you don't want to use it, just comment line `276-289` in `configs/soft_teacher/base.py`. +- We use [wandb](https://wandb.ai/) for visualization, if you don't want to use it, just comment line `273-284` in `configs/soft_teacher/base.py`. ### Installation ```