-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImageNet_resnet18_ALL.yaml
25 lines (25 loc) · 1.16 KB
/
ImageNet_resnet18_ALL.yaml
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
do_pretrain: False
pretrained_on: 'ImageNet' # random, ImageNet, own
downstream_cfg:
- 'config/ipc/ImageNet_frz_mlp_100.yaml'
- 'config/ipc/ImageNet_frz_mlp_100_bin.yaml'
- 'config/ipc/ImageNet_frz_mlp_70.yaml'
- 'config/ipc/ImageNet_frz_mlp_50.yaml'
- 'config/ipc/ImageNet_frz_mlp_20.yaml'
- 'config/ipc/ImageNet_frz_mlp_5.yaml'
- 'config/ipc/ImageNet_frz_mlp_1.yaml'
- 'config/ipc/ImageNet_ft_mlp_100.yaml'
- 'config/ipc/ImageNet_ft_mlp_100_bin.yaml'
- 'config/ipc/ImageNet_ft_mlp_70.yaml'
- 'config/ipc/ImageNet_ft_mlp_50.yaml'
- 'config/ipc/ImageNet_ft_mlp_20.yaml'
- 'config/ipc/ImageNet_ft_mlp_5.yaml'
- 'config/ipc/ImageNet_ft_mlp_1.yaml'
- 'config/ipc/ImageNet_ft_mlp_100_0fut_after202003_bin.yaml'
- 'config/ipc/ImageNet_ft_mlp_100_1fut_after202003_bin.yaml'
- 'config/ipc/ImageNet_ft_mlp_100_2fut_after202003_bin.yaml'
- 'config/ipc/ImageNet_ft_mlp_100_3fut_after202003_bin.yaml'
- 'config/ipc/ImageNet_frz_mlp_100_0fut_after202003_bin.yaml'
- 'config/ipc/ImageNet_frz_mlp_100_1fut_after202003_bin.yaml'
- 'config/ipc/ImageNet_frz_mlp_100_2fut_after202003_bin.yaml'
- 'config/ipc/ImageNet_frz_mlp_100_3fut_after202003_bin.yaml'