-
Notifications
You must be signed in to change notification settings - Fork 1
/
load_detector.sh
29 lines (29 loc) · 3 KB
/
load_detector.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ln -s /mnt/petrelfs/zhangyichi/swav_800ep_pretrain.pth.tar ./detector/swav.pth.tar
ln -s /mnt/petrelfs/zhangyichi/clip.pt ./detector/clip.pt
ln -s /mnt/petrelfs/zhangyichi/nvidia_resnet50_200821.pth.tar ./detector/spr.pth.tar
ln -s /mnt/petrelfs/zhangyichi/moco_v2_800ep_pretrain.pth.tar ./detector/moco_v2_r50_imagenet.pth.tar
ln -s /mnt/petrelfs/zhangyichi/fid/r-50-300ep.pth.tar ./detector/moco_r50_imagenet.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/ffhq/checkpoint_0199.pth.tar ./detector/moco_r50_ffhq.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/anime_full/checkpoint_0200.pth.tar ./detector/moco_r50_anime.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/celeba_full/checkpoint_0200.pth.tar ./detector/moco_r50_celeba.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/church_full/checkpoint_0200.pth.tar ./detector/moco_r50_church.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/AFHQ_full/checkpoint_0200.pth.tar ./detector/moco_r50_afhq.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/lsunhorse_full/checkpoint_0200.pth.tar ./detector/moco_r50_lsunhorse.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/lsunbedroom_full/checkpoint_0200.pth.tar ./detector/moco_r50_lsunbedroom.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/rand_seed0/checkpoint_0000.pth.tar ./detector/moco_r50_s0.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/rand_seed1/checkpoint_0000.pth.tar ./detector/moco_r50_s1.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/R50/rand_seed2/checkpoint_0000.pth.tar ./detector/moco_r50_s2.pth.tar
ln -s /mnt/petrelfs/zhangyichi/fid/vit-b-300ep.pth.tar ./detector/moco_vit_imagenet.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/ffhq/checkpoint_0199.pth.tar ./detector/moco_vit_ffhq.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/anime_full/checkpoint_0200.pth.tar ./detector/moco_vit_anime.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/celeba_full/checkpoint_0200.pth.tar ./detector/moco_vit_celeba.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/church_full/checkpoint_0200.pth.tar ./detector/moco_vit_church.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/AFHQ_full/checkpoint_0200.pth.tar ./detector/moco_vit_afhq.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/lsunhorse_full/checkpoint_0200.pth.tar ./detector/moco_vit_lsunhorse.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/lsunbedroom_full/checkpoint_0200.pth.tar ./detector/moco_vit_lsunbedroom.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/rand_seed0/checkpoint_0000.pth.tar ./detector/moco_vit_s0.pth.tar
ln -s /mnt/petrelfs/zhangyichi/YMP/resutls/VIT/rand_seed1/checkpoint_0000.pth.tar ./detector/moco_vit_s1.pth.tar
ln -s /mnt/petrelfs/zhangyichi/ViT-B-16.pt ./detector/clip_vit_B16.pt
ln -s /mnt/petrelfs/zhangyichi/ViT-B-32.pt ./detector/clip_vit_B32.pt
ln -s /mnt/petrelfs/zhangyichi/ViT-L-14.pt ./detector/clip_vit_L14.pt
ln -s /mnt/cache/yangmengping/.cache/torch/hub/checkpoints/convnext_base_1k_224_ema.pth ./detector/convnext_base_1k_224_ema.pth