Fabrice-TIERCELIN commited on
Commit
18f0356
1 Parent(s): 98c0c4d

Delete clipseg/experiments/coco.yaml

Browse files
Files changed (1) hide show
  1. clipseg/experiments/coco.yaml +0 -101
clipseg/experiments/coco.yaml DELETED
@@ -1,101 +0,0 @@
1
- configuration:
2
- batch_size: 64
3
- optimizer: torch.optim.AdamW
4
-
5
- lr: 0.001
6
-
7
- trainer: experiment_setup.train_loop
8
- scorer: experiment_setup.score
9
- model: models.clipseg.CLIPDensePredT
10
-
11
- lr_scheduler: cosine
12
- T_max: 20000
13
- eta_min: 0.0001
14
-
15
- max_iterations: 20000
16
- val_interval: null
17
-
18
- # dataset
19
- dataset: datasets.coco_wrapper.COCOWrapper
20
- # split_mode: pascal_test
21
- split: train
22
- mask: text_and_blur3_highlight01
23
- image_size: 352
24
- normalize: True
25
- pre_crop_image_size: [sample, 1, 1.5]
26
- aug: 1new
27
-
28
- # general
29
- mix: True
30
- prompt: shuffle+
31
- norm_cond: True
32
- mix_text_min: 0.0
33
-
34
- # model
35
- out: 1
36
- extract_layers: [3, 7, 9]
37
- reduce_dim: 64
38
- depth: 3
39
- fix_shift: False
40
-
41
- loss: torch.nn.functional.binary_cross_entropy_with_logits
42
- amp: True
43
-
44
- test_configuration_common:
45
- normalize: True
46
- image_size: 352
47
- # max_iterations: 10
48
- batch_size: 8
49
- sigmoid: True
50
- test_dataset: coco
51
- metric: metrics.FixedIntervalMetrics
52
-
53
- test_configuration:
54
-
55
- -
56
- name: coco_t
57
- mask: text
58
-
59
- -
60
- name: coco_h
61
- mask: blur3_highlight01
62
-
63
- -
64
- name: coco_h2
65
- mask: crop_blur_highlight352
66
-
67
-
68
- columns: [i, name,
69
- coco_t_fgiou_best, coco_t_miou_best, coco_t_fgiou_0.5,
70
- coco_h_fgiou_best, coco_h_miou_best, coco_h_fgiou_0.5,
71
- coco_h2_fgiou_best, coco_h2_miou_best, coco_h2_fgiou_0.5, coco_h2_fgiou_best_t,
72
- train_loss, duration, date
73
- ]
74
-
75
- individual_configurations:
76
-
77
-
78
- - {name: rd64-7K-vit16-cbh-coco-0, version: 'ViT-B/16', fold: 0, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
79
- - {name: rd64-7K-vit16-cbh-coco-1, version: 'ViT-B/16', fold: 1, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
80
- - {name: rd64-7K-vit16-cbh-coco-2, version: 'ViT-B/16', fold: 2, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
81
- - {name: rd64-7K-vit16-cbh-coco-3, version: 'ViT-B/16', fold: 3, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
82
-
83
-
84
- - {name: rd64-7K-vit16-cbh-neg0.2-coco-0, version: 'ViT-B/16', negative_prob: 0.2, fold: 0, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
85
- - {name: rd64-7K-vit16-cbh-neg0.2-coco-1, version: 'ViT-B/16', negative_prob: 0.2, fold: 1, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
86
- - {name: rd64-7K-vit16-cbh-neg0.2-coco-2, version: 'ViT-B/16', negative_prob: 0.2, fold: 2, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
87
- - {name: rd64-7K-vit16-cbh-neg0.2-coco-3, version: 'ViT-B/16', negative_prob: 0.2, fold: 3, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
88
-
89
-
90
- # ViT
91
- - {name: vit64-7K-vit16-cbh-coco-0, version: 'ViT-B/16', model: models.vitseg.VITDensePredT, fold: 0, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000, lr: 0.0001}
92
- - {name: vit64-7K-vit16-cbh-coco-1, version: 'ViT-B/16', model: models.vitseg.VITDensePredT, fold: 1, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000, lr: 0.0001}
93
- - {name: vit64-7K-vit16-cbh-coco-2, version: 'ViT-B/16', model: models.vitseg.VITDensePredT, fold: 2, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000, lr: 0.0001}
94
- - {name: vit64-7K-vit16-cbh-coco-3, version: 'ViT-B/16', model: models.vitseg.VITDensePredT, fold: 3, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000, lr: 0.0001}
95
-
96
-
97
- # BASELINE
98
- - {name: bl64-7K-vit16-cbh-neg0.2-coco-0, model: models.clipseg.CLIPDenseBaseline, reduce2_dim: 64, version: 'ViT-B/16', negative_prob: 0.2, fold: 0, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
99
- - {name: bl64-7K-vit16-cbh-neg0.2-coco-1, model: models.clipseg.CLIPDenseBaseline, reduce2_dim: 64, version: 'ViT-B/16', negative_prob: 0.2, fold: 1, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
100
- - {name: bl64-7K-vit16-cbh-neg0.2-coco-2, model: models.clipseg.CLIPDenseBaseline, reduce2_dim: 64, version: 'ViT-B/16', negative_prob: 0.2, fold: 2, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}
101
- - {name: bl64-7K-vit16-cbh-neg0.2-coco-3, model: models.clipseg.CLIPDenseBaseline, reduce2_dim: 64, version: 'ViT-B/16', negative_prob: 0.2, fold: 3, reduce_dim: 64, mask: text_and_crop_blur_highlight352, T_max: 7000, max_iterations: 7000}