nsugianto commited on
Commit
2355f36
·
verified ·
1 Parent(s): 8c78a61

Training in progress, step 50

Browse files
config.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nsugianto/detr-resnet50_finetuned_nganimal_primSecv2_lr1e5_dec1e4_bs4",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet50",
11
+ "backbone_config": null,
12
+ "backbone_kwargs": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "class_cost": 1,
16
+ "classifier_dropout": 0.0,
17
+ "d_model": 256,
18
+ "decoder_attention_heads": 8,
19
+ "decoder_ffn_dim": 2048,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 6,
22
+ "dice_loss_coefficient": 1,
23
+ "dilation": false,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 8,
26
+ "encoder_ffn_dim": 2048,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 6,
29
+ "eos_coefficient": 0.1,
30
+ "giou_cost": 2,
31
+ "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "0": "animal_batfish",
34
+ "1": "animal_bird",
35
+ "2": "animal_chilomycterusreticulatus",
36
+ "3": "animal_cobia",
37
+ "4": "animal_coral",
38
+ "5": "animal_crownedtoby",
39
+ "6": "animal_cuttlefish",
40
+ "7": "animal_dolphin",
41
+ "8": "animal_fish",
42
+ "9": "animal_greatwhiteshark",
43
+ "10": "animal_greynurseshark",
44
+ "11": "animal_gull",
45
+ "12": "animal_kyphosussectatrix",
46
+ "13": "animal_leopardshark",
47
+ "14": "animal_macrotopus",
48
+ "15": "animal_mantarays",
49
+ "16": "animal_morayeel",
50
+ "17": "animal_oldwife",
51
+ "18": "animal_panulirusversicolor",
52
+ "19": "animal_pinnanobilis",
53
+ "20": "animal_pomfret",
54
+ "21": "animal_puffer",
55
+ "22": "animal_redlionfish",
56
+ "23": "animal_scorpaenascrofa",
57
+ "24": "animal_sealion",
58
+ "25": "animal_seaturtle",
59
+ "26": "animal_starfish",
60
+ "27": "animal_whale",
61
+ "28": "animal_wobbegongcarpetshark",
62
+ "29": "scene_ocean",
63
+ "30": "scene_lighthouse",
64
+ "31": "animal_nudribranch",
65
+ "32": "animal_eaglerays",
66
+ "33": "animal_stringrays",
67
+ "34": "animal_blackrockcod",
68
+ "35": "animal_bleekersdevilfish",
69
+ "36": "animal_estuarycod",
70
+ "37": "animal_humpbackwhales",
71
+ "38": "animal_leatherbackseaturtle",
72
+ "39": "animal_loggerheadseaturtle",
73
+ "40": "animal_greenseaturtle",
74
+ "41": "animal_queenslandgroper"
75
+ },
76
+ "init_std": 0.02,
77
+ "init_xavier_std": 1.0,
78
+ "is_encoder_decoder": true,
79
+ "label2id": {
80
+ "animal_batfish": 0,
81
+ "animal_bird": 1,
82
+ "animal_blackrockcod": 34,
83
+ "animal_bleekersdevilfish": 35,
84
+ "animal_chilomycterusreticulatus": 2,
85
+ "animal_cobia": 3,
86
+ "animal_coral": 4,
87
+ "animal_crownedtoby": 5,
88
+ "animal_cuttlefish": 6,
89
+ "animal_dolphin": 7,
90
+ "animal_eaglerays": 32,
91
+ "animal_estuarycod": 36,
92
+ "animal_fish": 8,
93
+ "animal_greatwhiteshark": 9,
94
+ "animal_greenseaturtle": 40,
95
+ "animal_greynurseshark": 10,
96
+ "animal_gull": 11,
97
+ "animal_humpbackwhales": 37,
98
+ "animal_kyphosussectatrix": 12,
99
+ "animal_leatherbackseaturtle": 38,
100
+ "animal_leopardshark": 13,
101
+ "animal_loggerheadseaturtle": 39,
102
+ "animal_macrotopus": 14,
103
+ "animal_mantarays": 15,
104
+ "animal_morayeel": 16,
105
+ "animal_nudribranch": 31,
106
+ "animal_oldwife": 17,
107
+ "animal_panulirusversicolor": 18,
108
+ "animal_pinnanobilis": 19,
109
+ "animal_pomfret": 20,
110
+ "animal_puffer": 21,
111
+ "animal_queenslandgroper": 41,
112
+ "animal_redlionfish": 22,
113
+ "animal_scorpaenascrofa": 23,
114
+ "animal_sealion": 24,
115
+ "animal_seaturtle": 25,
116
+ "animal_starfish": 26,
117
+ "animal_stringrays": 33,
118
+ "animal_whale": 27,
119
+ "animal_wobbegongcarpetshark": 28,
120
+ "scene_lighthouse": 30,
121
+ "scene_ocean": 29
122
+ },
123
+ "mask_loss_coefficient": 1,
124
+ "max_position_embeddings": 1024,
125
+ "model_type": "detr",
126
+ "num_channels": 3,
127
+ "num_hidden_layers": 6,
128
+ "num_queries": 100,
129
+ "position_embedding_type": "sine",
130
+ "scale_embedding": false,
131
+ "torch_dtype": "float32",
132
+ "transformers_version": "4.41.0.dev0",
133
+ "use_pretrained_backbone": true,
134
+ "use_timm_backbone": true
135
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9148442136bb6a67da4eb3a5583c4e4eeb5e2a01051b33f6deebc7c64f7c4ee
3
+ size 166536980
preprocessor_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "annotations",
5
+ "return_segmentation_masks",
6
+ "masks_path",
7
+ "do_resize",
8
+ "size",
9
+ "resample",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "do_convert_annotations",
14
+ "image_mean",
15
+ "image_std",
16
+ "do_pad",
17
+ "format",
18
+ "return_tensors",
19
+ "data_format",
20
+ "input_data_format"
21
+ ],
22
+ "do_convert_annotations": true,
23
+ "do_normalize": true,
24
+ "do_pad": true,
25
+ "do_rescale": true,
26
+ "do_resize": true,
27
+ "format": "coco_detection",
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "DetrImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "longest_edge": 1333,
43
+ "shortest_edge": 800
44
+ }
45
+ }
runs/Aug08_08-37-03_ip-172-31-44-225/events.out.tfevents.1723106225.ip-172-31-44-225.207850.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e221325c3f3093ff483f5ec65b9883c7994d793274e8505bc45bea3805e0852f
3
+ size 8287
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332135bb66988639e635fcc4e964d592d55a9495fb57e36acfd03bded7ffea47
3
+ size 4667