From bab3a31ef7a5b59b932820b4d5d93a1b8bfc41ec Mon Sep 17 00:00:00 2001 From: charlesCXK <715811763@qq.com> Date: Wed, 21 Jul 2021 14:26:51 +0000 Subject: [PATCH] update --- docs/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index 0dae58b..0757424 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -23,6 +23,7 @@ $ bash script.sh - The tensorboard file is saved in `log/tb/` directory. - In `script.sh`, you need to specify some variables, such as the path to your data dir, the path to your snapshot dir that stores checkpoints, etc. - We have released the [training log](https://pkueducn-my.sharepoint.com/:t:/g/personal/pkucxk_pku_edu_cn/ERl1pm99zhFIvIIB8y82WiIB13AQ9Hd8FyrJQ5v3fpP0vg?e=Nd0f1M) and [pretrained model](https://pkueducn-my.sharepoint.com/:u:/g/personal/pkucxk_pku_edu_cn/ESx6vF1dapJGkbsLWHnHSakBdFOkooQcIFeDpCRTVJS8Iw?e=zMCvhj) for this experiment on OneDrive. The performance is slightly different (73.28) from that of paper (73.20) due to randomness. +- We have also released the [training log](https://pkueducn-my.sharepoint.com/:t:/g/personal/pkucxk_pku_edu_cn/EdRRCsS2KtFGoTophitkLh0BnA40ZPBmuVKhWEV-biF2lw?e=8LaE88) of `city8.res50v3+.CPS`. ### Different Partitions To try other data partitions beside 1/8, you just need to change two variables in `config.py`: