sirishgam001 commited on
Commit
d58f55f
·
verified ·
1 Parent(s): 2426183

Training in progress, epoch 0

Browse files
Files changed (27) hide show
  1. config.json +75 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +22 -0
  4. runs/Nov08_12-26-17_Sirish-MacBook-Air.local/events.out.tfevents.1731086778.Sirish-MacBook-Air.local.24957.0 +3 -0
  5. runs/Nov08_12-33-26_Sirish-MacBook-Air.local/events.out.tfevents.1731087207.Sirish-MacBook-Air.local.25652.0 +3 -0
  6. runs/Nov08_12-42-11_Sirish-MacBook-Air.local/events.out.tfevents.1731087732.Sirish-MacBook-Air.local.25944.0 +3 -0
  7. runs/Nov08_12-49-39_Sirish-MacBook-Air.local/events.out.tfevents.1731088181.Sirish-MacBook-Air.local.26208.0 +3 -0
  8. runs/Nov08_13-08-21_Sirish-MacBook-Air.local/events.out.tfevents.1731089302.Sirish-MacBook-Air.local.26820.0 +3 -0
  9. runs/Nov08_13-11-28_Sirish-MacBook-Air.local/events.out.tfevents.1731089489.Sirish-MacBook-Air.local.26956.0 +3 -0
  10. runs/Nov08_13-13-26_Sirish-MacBook-Air.local/events.out.tfevents.1731089607.Sirish-MacBook-Air.local.27058.0 +3 -0
  11. runs/Nov08_13-18-12_Sirish-MacBook-Air.local/events.out.tfevents.1731089893.Sirish-MacBook-Air.local.27429.0 +3 -0
  12. runs/Nov08_13-25-16_Sirish-MacBook-Air.local/events.out.tfevents.1731090317.Sirish-MacBook-Air.local.27727.0 +3 -0
  13. runs/Nov08_13-25-55_Sirish-MacBook-Air.local/events.out.tfevents.1731090356.Sirish-MacBook-Air.local.27800.0 +3 -0
  14. runs/Nov08_13-26-19_Sirish-MacBook-Air.local/events.out.tfevents.1731090380.Sirish-MacBook-Air.local.27841.0 +3 -0
  15. runs/Nov08_13-27-40_Sirish-MacBook-Air.local/events.out.tfevents.1731090461.Sirish-MacBook-Air.local.27917.0 +3 -0
  16. runs/Nov08_13-34-18_Sirish-MacBook-Air.local/events.out.tfevents.1731090859.Sirish-MacBook-Air.local.28258.0 +3 -0
  17. runs/Nov08_13-35-10_Sirish-MacBook-Air.local/events.out.tfevents.1731090911.Sirish-MacBook-Air.local.28345.0 +3 -0
  18. runs/Nov08_13-36-12_Sirish-MacBook-Air.local/events.out.tfevents.1731090973.Sirish-MacBook-Air.local.28397.0 +3 -0
  19. runs/Nov08_13-36-28_Sirish-MacBook-Air.local/events.out.tfevents.1731090989.Sirish-MacBook-Air.local.28443.0 +3 -0
  20. runs/Nov08_13-37-27_Sirish-MacBook-Air.local/events.out.tfevents.1731091047.Sirish-MacBook-Air.local.28517.0 +3 -0
  21. runs/Nov08_13-38-12_Sirish-MacBook-Air.local/events.out.tfevents.1731091093.Sirish-MacBook-Air.local.28567.0 +3 -0
  22. runs/Nov08_13-39-27_Sirish-MacBook-Air.local/events.out.tfevents.1731091168.Sirish-MacBook-Air.local.28657.0 +3 -0
  23. runs/Nov08_13-41-18_Sirish-MacBook-Air.local/events.out.tfevents.1731091279.Sirish-MacBook-Air.local.28796.0 +3 -0
  24. runs/Nov08_13-43-13_Sirish-MacBook-Air.local/events.out.tfevents.1731091393.Sirish-MacBook-Air.local.28885.0 +3 -0
  25. runs/Nov08_13-43-58_Sirish-MacBook-Air.local/events.out.tfevents.1731091438.Sirish-MacBook-Air.local.28980.0 +3 -0
  26. runs/Nov08_13-45-38_Sirish-MacBook-Air.local/events.out.tfevents.1731091539.Sirish-MacBook-Air.local.29344.0 +3 -0
  27. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "bedroom",
24
+ "1": "coast",
25
+ "2": "forest",
26
+ "3": "highway",
27
+ "4": "industrial",
28
+ "5": "insidecity",
29
+ "6": "kitchen",
30
+ "7": "livingroom",
31
+ "8": "mountain",
32
+ "9": "office",
33
+ "10": "opencountry",
34
+ "11": "store",
35
+ "12": "street",
36
+ "13": "suburb",
37
+ "14": "tallbuilding"
38
+ },
39
+ "label2id": {
40
+ "bedroom": 0,
41
+ "coast": 1,
42
+ "forest": 2,
43
+ "highway": 3,
44
+ "industrial": 4,
45
+ "insidecity": 5,
46
+ "kitchen": 6,
47
+ "livingroom": 7,
48
+ "mountain": 8,
49
+ "office": 9,
50
+ "opencountry": 10,
51
+ "store": 11,
52
+ "street": 12,
53
+ "suburb": 13,
54
+ "tallbuilding": 14
55
+ },
56
+ "layer_type": "bottleneck",
57
+ "model_type": "resnet",
58
+ "num_channels": 3,
59
+ "out_features": [
60
+ "stage4"
61
+ ],
62
+ "out_indices": [
63
+ 4
64
+ ],
65
+ "problem_type": "single_label_classification",
66
+ "stage_names": [
67
+ "stem",
68
+ "stage1",
69
+ "stage2",
70
+ "stage3",
71
+ "stage4"
72
+ ],
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.46.2"
75
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0207e9cb01c02cebbe49eb873bdad91a060f1a6fd5273ff52bf440dbc87d336
3
+ size 94409540
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Nov08_12-26-17_Sirish-MacBook-Air.local/events.out.tfevents.1731086778.Sirish-MacBook-Air.local.24957.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b2e2e3e498df41d5c4b95aae14c97dc6f553f804e34123c32429181fe83539b
3
+ size 5584
runs/Nov08_12-33-26_Sirish-MacBook-Air.local/events.out.tfevents.1731087207.Sirish-MacBook-Air.local.25652.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b3f7224fe3cfdea0e737928d2256dc956184d804f59f31dbcdab0281572b92
3
+ size 5584
runs/Nov08_12-42-11_Sirish-MacBook-Air.local/events.out.tfevents.1731087732.Sirish-MacBook-Air.local.25944.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2ffbe289ec7209d33dba0d1c7ae700bb1e939d202613625099f5524f8b9a18
3
+ size 5584
runs/Nov08_12-49-39_Sirish-MacBook-Air.local/events.out.tfevents.1731088181.Sirish-MacBook-Air.local.26208.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f27e9012d61d38f77a7f40b0a21a60da6575d2eae8631be0dccb219cb50e91
3
+ size 4942
runs/Nov08_13-08-21_Sirish-MacBook-Air.local/events.out.tfevents.1731089302.Sirish-MacBook-Air.local.26820.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f646a53bd5805d883f899d31c61e6f173d75a9b2b21f91e25f6b192ec886e97b
3
+ size 5584
runs/Nov08_13-11-28_Sirish-MacBook-Air.local/events.out.tfevents.1731089489.Sirish-MacBook-Air.local.26956.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af8c402afbe47aeb69df2b8a443dc5256b7e0a114b712500f690bbccfb83e5a1
3
+ size 5584
runs/Nov08_13-13-26_Sirish-MacBook-Air.local/events.out.tfevents.1731089607.Sirish-MacBook-Air.local.27058.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0f8ab61ae6f86f21294b636ac61e53fcd391feec2e9f70256d90d4aa92199a
3
+ size 5584
runs/Nov08_13-18-12_Sirish-MacBook-Air.local/events.out.tfevents.1731089893.Sirish-MacBook-Air.local.27429.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d5846bd6398ec113f17a95c8a10fed924deda1bfc45e1ddb7463d5cf57d9e2
3
+ size 5584
runs/Nov08_13-25-16_Sirish-MacBook-Air.local/events.out.tfevents.1731090317.Sirish-MacBook-Air.local.27727.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6806e49ca8ba2c50b812c533250b899372f39815218cf29736f913d47505414
3
+ size 5584
runs/Nov08_13-25-55_Sirish-MacBook-Air.local/events.out.tfevents.1731090356.Sirish-MacBook-Air.local.27800.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8cee5b6d8c93781b8e10b8303e51667926f6373e10b7d9e9fba34377a4999b8
3
+ size 4184
runs/Nov08_13-26-19_Sirish-MacBook-Air.local/events.out.tfevents.1731090380.Sirish-MacBook-Air.local.27841.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d8c0f9ab37fae832a1619c49e298466fb71c572542f452e675069e3de12d81f
3
+ size 5584
runs/Nov08_13-27-40_Sirish-MacBook-Air.local/events.out.tfevents.1731090461.Sirish-MacBook-Air.local.27917.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94629fcb5a906bb46e915706647c1d11a9a642d60e838709d9167c097fd8d7ba
3
+ size 5584
runs/Nov08_13-34-18_Sirish-MacBook-Air.local/events.out.tfevents.1731090859.Sirish-MacBook-Air.local.28258.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ca743de057624cf5aa766ea3fc4ac8a5390e43b0763550779c1b2b5aed480eb
3
+ size 5700
runs/Nov08_13-35-10_Sirish-MacBook-Air.local/events.out.tfevents.1731090911.Sirish-MacBook-Air.local.28345.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ec51cef5c3e82cf0dec6cdc159420be26ee4f65fb16a87dd9c1be1fc373f1b
3
+ size 5700
runs/Nov08_13-36-12_Sirish-MacBook-Air.local/events.out.tfevents.1731090973.Sirish-MacBook-Air.local.28397.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8f3e86323babc67025a9d7479b07d4c4b266621413e95787fb3a835255623d2
3
+ size 5700
runs/Nov08_13-36-28_Sirish-MacBook-Air.local/events.out.tfevents.1731090989.Sirish-MacBook-Air.local.28443.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb22161c3af5d15ef6a05589694d686f87ced837c5fa5c450e4ebe3cd1862ba
3
+ size 5700
runs/Nov08_13-37-27_Sirish-MacBook-Air.local/events.out.tfevents.1731091047.Sirish-MacBook-Air.local.28517.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f13ef28c4df50974ce1a9f374e8c977486981886dea9b2478642e3f4da60a1
3
+ size 5700
runs/Nov08_13-38-12_Sirish-MacBook-Air.local/events.out.tfevents.1731091093.Sirish-MacBook-Air.local.28567.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb8df61af2a86b7329ba3dff393f3b16a55a83423d9ff02a34e9387c88dbd46
3
+ size 5700
runs/Nov08_13-39-27_Sirish-MacBook-Air.local/events.out.tfevents.1731091168.Sirish-MacBook-Air.local.28657.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d19e4063ae5bd285f9c0b8a3318069926d527ac49622e3180c693589d1932e
3
+ size 5700
runs/Nov08_13-41-18_Sirish-MacBook-Air.local/events.out.tfevents.1731091279.Sirish-MacBook-Air.local.28796.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b610f68e62a1c8575aa8716ccbf6905b439933deba5a4f111e32d592ea8ffe40
3
+ size 5907
runs/Nov08_13-43-13_Sirish-MacBook-Air.local/events.out.tfevents.1731091393.Sirish-MacBook-Air.local.28885.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a2f55af221ad750b716ec7a50343d5c7ecaaa6e5eb44b26e31926a8acb4173
3
+ size 5704
runs/Nov08_13-43-58_Sirish-MacBook-Air.local/events.out.tfevents.1731091438.Sirish-MacBook-Air.local.28980.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c94f9708257a13cee28015ca1841a75acf4fbca1643cb3b19017581019e089
3
+ size 4184
runs/Nov08_13-45-38_Sirish-MacBook-Air.local/events.out.tfevents.1731091539.Sirish-MacBook-Air.local.29344.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4ecb1dd24b834e93c7c18ef8ed32988028ff2b5f36d5da5d841a0ad44f9e9b
3
+ size 6431
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e156d2f8922aca27e2af1362c45e058ce51620a287e2e462fae31cf873685344
3
+ size 5304