davanstrien HF staff commited on
Commit
a111ff2
1 Parent(s): 98a5b71

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_name_or_path": "timm/resnet18.a1_in1k",
3
- "architecture": "resnet18",
4
  "architectures": [
5
  "TimmWrapperForImageClassification"
6
  ],
@@ -14,16 +14,16 @@
14
  "FALSE": "0",
15
  "TRUE": "1"
16
  },
17
- "model_name": "timm/resnet18.a1_in1k",
18
  "model_type": "timm_wrapper",
19
  "num_classes": 1000,
20
- "num_features": 512,
21
  "pretrained_cfg": {
22
- "classifier": "fc",
23
  "crop_mode": "center",
24
- "crop_pct": 0.95,
25
  "custom_load": false,
26
- "first_conv": "conv1",
27
  "fixed_input_size": false,
28
  "input_size": [
29
  3,
@@ -37,8 +37,6 @@
37
  0.406
38
  ],
39
  "num_classes": 1000,
40
- "origin_url": "https://github.com/huggingface/pytorch-image-models",
41
- "paper_ids": "arXiv:2110.00476",
42
  "pool_size": [
43
  7,
44
  7
@@ -48,13 +46,7 @@
48
  0.224,
49
  0.225
50
  ],
51
- "tag": "a1_in1k",
52
- "test_crop_pct": 1.0,
53
- "test_input_size": [
54
- 3,
55
- 288,
56
- 288
57
- ]
58
  },
59
  "problem_type": "single_label_classification",
60
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "timm/mobilenetv3_small_075.lamb_in1k",
3
+ "architecture": "mobilenetv3_small_075",
4
  "architectures": [
5
  "TimmWrapperForImageClassification"
6
  ],
 
14
  "FALSE": "0",
15
  "TRUE": "1"
16
  },
17
+ "model_name": "timm/mobilenetv3_small_075.lamb_in1k",
18
  "model_type": "timm_wrapper",
19
  "num_classes": 1000,
20
+ "num_features": 1024,
21
  "pretrained_cfg": {
22
+ "classifier": "classifier",
23
  "crop_mode": "center",
24
+ "crop_pct": 0.875,
25
  "custom_load": false,
26
+ "first_conv": "conv_stem",
27
  "fixed_input_size": false,
28
  "input_size": [
29
  3,
 
37
  0.406
38
  ],
39
  "num_classes": 1000,
 
 
40
  "pool_size": [
41
  7,
42
  7
 
46
  0.224,
47
  0.225
48
  ],
49
+ "tag": "lamb_in1k"
 
 
 
 
 
 
50
  },
51
  "problem_type": "single_label_classification",
52
  "torch_dtype": "float32",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ba1ce584015c02dbe32128f2779e8bfcc14d4db20ae10c19fe4d052d7e14127
3
- size 44760840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f25ee56b2315cbe4b20251de9828d119afb2e6d19eb79e33b5bf28666a70ca
3
+ size 4139096
preprocessor_config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "architecture": "resnet18",
3
  "data_config": {
4
  "crop_mode": "center",
5
- "crop_pct": 0.95,
6
  "input_size": [
7
  3,
8
  224,
@@ -22,13 +22,13 @@
22
  },
23
  "image_processor_type": "TimmWrapperImageProcessor",
24
  "num_classes": 1000,
25
- "num_features": 512,
26
  "pretrained_cfg": {
27
- "classifier": "fc",
28
  "crop_mode": "center",
29
- "crop_pct": 0.95,
30
  "custom_load": false,
31
- "first_conv": "conv1",
32
  "fixed_input_size": false,
33
  "input_size": [
34
  3,
@@ -42,8 +42,6 @@
42
  0.406
43
  ],
44
  "num_classes": 1000,
45
- "origin_url": "https://github.com/huggingface/pytorch-image-models",
46
- "paper_ids": "arXiv:2110.00476",
47
  "pool_size": [
48
  7,
49
  7
@@ -53,12 +51,6 @@
53
  0.224,
54
  0.225
55
  ],
56
- "tag": "a1_in1k",
57
- "test_crop_pct": 1.0,
58
- "test_input_size": [
59
- 3,
60
- 288,
61
- 288
62
- ]
63
  }
64
  }
 
1
  {
2
+ "architecture": "mobilenetv3_small_075",
3
  "data_config": {
4
  "crop_mode": "center",
5
+ "crop_pct": 0.875,
6
  "input_size": [
7
  3,
8
  224,
 
22
  },
23
  "image_processor_type": "TimmWrapperImageProcessor",
24
  "num_classes": 1000,
25
+ "num_features": 1024,
26
  "pretrained_cfg": {
27
+ "classifier": "classifier",
28
  "crop_mode": "center",
29
+ "crop_pct": 0.875,
30
  "custom_load": false,
31
+ "first_conv": "conv_stem",
32
  "fixed_input_size": false,
33
  "input_size": [
34
  3,
 
42
  0.406
43
  ],
44
  "num_classes": 1000,
 
 
45
  "pool_size": [
46
  7,
47
  7
 
51
  0.224,
52
  0.225
53
  ],
54
+ "tag": "lamb_in1k"
 
 
 
 
 
 
55
  }
56
  }
runs/Oct11_09-24-21_ed9849b3ed7e/events.out.tfevents.1728638666.ed9849b3ed7e.10724.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e324b4ed868d09fc9ce5558bd2ac5e34f81837b7679ec656ba1460ceb0e0c963
3
+ size 6447
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fd22c1d2ebe34a18d397480dec5355e104c4253511d8f5149f81a328468670d
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc6af432b74f87f141265f239855b71ff03a466d85d864cd0c35def2d193aa9
3
  size 5304