polejowska commited on
Commit
f85c625
·
1 Parent(s): 4c98bdd

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +47 -0
  3. preprocessor_config.json +25 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
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": "resnet101",
11
+ "backbone_config": null,
12
+ "bbox_cost": 5.0,
13
+ "bbox_loss_coefficient": 5.0,
14
+ "class_cost": 1.0,
15
+ "d_model": 256,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 1024,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "dice_loss_coefficient": 1,
21
+ "dilation": false,
22
+ "dropout": 0.1,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 1024,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_coefficient": 0.1,
28
+ "eos_loss_coefficient": 0.1,
29
+ "giou_cost": 2.0,
30
+ "giou_loss_coefficient": 2.0,
31
+ "init_std": 0.02,
32
+ "init_xavier_std": 1.0,
33
+ "is_encoder_decoder": true,
34
+ "mask_loss_coefficient": 1,
35
+ "model_type": "detr",
36
+ "num_channels": 3,
37
+ "num_classes": 1,
38
+ "num_hidden_layers": 6,
39
+ "num_queries": 100,
40
+ "output_attentions": true,
41
+ "position_embedding_type": "sine",
42
+ "positional_embedding_type": "sine",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": null,
45
+ "use_pretrained_backbone": true,
46
+ "use_timm_backbone": true
47
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "DetrFeatureExtractor",
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "DetrFeatureExtractor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 1333,
23
+ "shortest_edge": 800
24
+ }
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3bb812297a3429e5b88001a5834e66cdc6996e525ea9915afb75fca6db129dc
3
+ size 217669729
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bbd4f01ddc6aeabe68b74021419dae7d8a6a4ff79a18eaa89a135bed5991ce7
3
+ size 3643