Skip to content

Commit b74e28d

Browse files
authored
migrate azure blob for beit checkpoints (open-mmlab#1503)
We are going to use a new blob account to store the checkpoints.
1 parent 7553fbe commit b74e28d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/beit/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ python tools/model_converters/beit2mmseg.py ${PRETRAIN_PATH} ${STORE_PATH}
4646
E.g.
4747

4848
```shell
49-
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
49+
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
5050
```
5151

5252
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:
5555

5656
| pretrained models | original models |
5757
| ------ | -------- |
58-
|BEiT_base.pth | ['BEiT_base'](https://unilm.blob.core.windows.net/beit/beit_base_patch16_224_pt22k_ft22k.pth) |
59-
|BEiT_large.pth | ['BEiT_large'](https://unilm.blob.core.windows.net/beit/beit_large_patch16_224_pt22k_ft22k.pth) |
58+
|BEiT_base.pth | ['BEiT_base'](https://conversationhub.blob.core.windows.net/beit-share-public/beit/beit_base_patch16_224_pt22k_ft22k.pth) |
59+
|BEiT_large.pth | ['BEiT_large'](https://conversationhub.blob.core.windows.net/beit-share-public/beit/beit_large_patch16_224_pt22k_ft22k.pth) |
6060

6161
Verify the single-scale results of the model:
6262

0 commit comments

Comments
 (0)