From 3ea1e16a01e5b6bd1b8d5a6201430e611aac2101 Mon Sep 17 00:00:00 2001 From: Li Dong Date: Sat, 23 Apr 2022 12:56:29 +0800 Subject: [PATCH] migrate azure blob for beit checkpoints We are going to use a new blob account to store the checkpoints. --- configs/beit/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/beit/README.md b/configs/beit/README.md index 31bf285356..e0286f2e4b 100644 --- a/configs/beit/README.md +++ b/configs/beit/README.md @@ -46,7 +46,7 @@ python tools/model_converters/beit2mmseg.py ${PRETRAIN_PATH} ${STORE_PATH} E.g. ```shell -python tools/model_converters/beit2mmseg.py https://unilm.blob.core.windows.net/beit/beit_base_patch16_224_pt22k_ft22k.pth pretrain/beit_base_patch16_224_pt22k_ft22k.pth +python tools/model_converters/beit2mmseg.py https://conversationhub.blob.core.windows.net/beit-share-public/beit/beit_base_patch16_224_pt22k_ft22k.pth pretrain/beit_base_patch16_224_pt22k_ft22k.pth ``` This script convert model from `PRETRAIN_PATH` and store the converted model in `STORE_PATH`. @@ -55,8 +55,8 @@ In our default setting, pretrained models could be defined below: | pretrained models | original models | | ------ | -------- | - |BEiT_base.pth | ['BEiT_base'](https://unilm.blob.core.windows.net/beit/beit_base_patch16_224_pt22k_ft22k.pth) | - |BEiT_large.pth | ['BEiT_large'](https://unilm.blob.core.windows.net/beit/beit_large_patch16_224_pt22k_ft22k.pth) | + |BEiT_base.pth | ['BEiT_base'](https://conversationhub.blob.core.windows.net/beit-share-public/beit/beit_base_patch16_224_pt22k_ft22k.pth) | + |BEiT_large.pth | ['BEiT_large'](https://conversationhub.blob.core.windows.net/beit-share-public/beit/beit_large_patch16_224_pt22k_ft22k.pth) | Verify the single-scale results of the model: