groderg commited on
Commit
1d3101a
1 Parent(s): b0f72c0

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
+ ],
22
+ "id2label": {
23
+ "0": "Acropore_branched",
24
+ "1": "Acropore_digitised",
25
+ "2": "Acropore_sub_massive",
26
+ "3": "Acropore_tabular",
27
+ "4": "Algae_assembly",
28
+ "5": "Algae_drawn_up",
29
+ "6": "Algae_limestone",
30
+ "7": "Algae_sodding",
31
+ "8": "Atra/Leucospilota",
32
+ "9": "Bleached_coral",
33
+ "10": "Blurred",
34
+ "11": "Dead_coral",
35
+ "12": "Fish",
36
+ "13": "Homo_sapiens",
37
+ "14": "Human_object",
38
+ "15": "Living_coral",
39
+ "16": "Millepore",
40
+ "17": "No_acropore_encrusting",
41
+ "18": "No_acropore_foliaceous",
42
+ "19": "No_acropore_massive",
43
+ "20": "No_acropore_solitary",
44
+ "21": "No_acropore_sub_massive",
45
+ "22": "Rock",
46
+ "23": "Rubble",
47
+ "24": "Sand",
48
+ "25": "Sea_cucumber",
49
+ "26": "Sea_urchins",
50
+ "27": "Sponge",
51
+ "28": "Syringodium_isoetifolium",
52
+ "29": "Thalassodendron_ciliatum",
53
+ "30": "Useless"
54
+ },
55
+ "label2id": {
56
+ "Acropore_branched": 0,
57
+ "Acropore_digitised": 1,
58
+ "Acropore_sub_massive": 2,
59
+ "Acropore_tabular": 3,
60
+ "Algae_assembly": 4,
61
+ "Algae_drawn_up": 5,
62
+ "Algae_limestone": 6,
63
+ "Algae_sodding": 7,
64
+ "Atra/Leucospilota": 8,
65
+ "Bleached_coral": 9,
66
+ "Blurred": 10,
67
+ "Dead_coral": 11,
68
+ "Fish": 12,
69
+ "Homo_sapiens": 13,
70
+ "Human_object": 14,
71
+ "Living_coral": 15,
72
+ "Millepore": 16,
73
+ "No_acropore_encrusting": 17,
74
+ "No_acropore_foliaceous": 18,
75
+ "No_acropore_massive": 19,
76
+ "No_acropore_solitary": 20,
77
+ "No_acropore_sub_massive": 21,
78
+ "Rock": 22,
79
+ "Rubble": 23,
80
+ "Sand": 24,
81
+ "Sea_cucumber": 25,
82
+ "Sea_urchins": 26,
83
+ "Sponge": 27,
84
+ "Syringodium_isoetifolium": 28,
85
+ "Thalassodendron_ciliatum": 29,
86
+ "Useless": 30
87
+ },
88
+ "layer_type": "bottleneck",
89
+ "model_type": "resnet",
90
+ "num_channels": 3,
91
+ "out_features": [
92
+ "stage4"
93
+ ],
94
+ "out_indices": [
95
+ 4
96
+ ],
97
+ "problem_type": "multi_label_classification",
98
+ "stage_names": [
99
+ "stem",
100
+ "stage1",
101
+ "stage2",
102
+ "stage3",
103
+ "stage4"
104
+ ],
105
+ "torch_dtype": "float32",
106
+ "transformers_version": "4.44.2"
107
+ }
logs/events.out.tfevents.1727088963.datavisu4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1559c8cfcd97c4d4f751d52c81b78fe87ad6d6276ca60d183689d048b383cc6f
3
+ size 6638
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efafe103546f08566f4e0dc327db174beee9bdb60b6b2371ff12fd4fd9f503d9
3
+ size 94540692
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 518,
21
+ "width": 518
22
+ }
23
+ }
runs/events.out.tfevents.1727088946.datavisu4 ADDED
File without changes
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:844b6523e1820e6948d6259a4d48c225c8c8549b4cf9545825005ef0c3182e2f
3
+ size 5240
transforms.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_transforms": [
3
+ {
4
+ "operation": "PreProcess"
5
+ },
6
+ {
7
+ "operation": "Resize",
8
+ "probability": 1.0
9
+ },
10
+ {
11
+ "operation": "RandomHorizontalFlip",
12
+ "probability": 0.25
13
+ },
14
+ {
15
+ "operation": "RandomVerticalFlip",
16
+ "probability": 0.25
17
+ },
18
+ {
19
+ "operation": "ColorJiggle",
20
+ "probability": 0.25
21
+ },
22
+ {
23
+ "operation": "RandomPerspective",
24
+ "probability": 0.25
25
+ },
26
+ {
27
+ "operation": "Normalize",
28
+ "probability": 1.0
29
+ }
30
+ ],
31
+ "val_transforms": [
32
+ {
33
+ "operation": "PreProcess"
34
+ },
35
+ {
36
+ "operation": "Resize",
37
+ "probability": 1.0
38
+ },
39
+ {
40
+ "operation": "Normalize",
41
+ "probability": 1.0
42
+ }
43
+ ]
44
+ }