gurmeharkaur commited on
Commit
40a6e2c
1 Parent(s): 7206919

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_first_stage": false,
13
+ "embedding_size": 64,
14
+ "hidden_act": "relu",
15
+ "hidden_sizes": [
16
+ 256,
17
+ 512,
18
+ 1024,
19
+ 2048
20
+ ],
21
+ "id2label": {
22
+ "0": "T-shirt",
23
+ "1": "Trouser",
24
+ "2": "Pullover",
25
+ "3": "Dress",
26
+ "4": "Coat",
27
+ "5": "Sandal",
28
+ "6": "Shirt",
29
+ "7": "Sneaker",
30
+ "8": "Bag",
31
+ "9": "Ankle-boot"
32
+ },
33
+ "label2id": {
34
+ "Ankle-boot": 9,
35
+ "Bag": 8,
36
+ "Coat": 4,
37
+ "Dress": 3,
38
+ "Pullover": 2,
39
+ "Sandal": 5,
40
+ "Shirt": 6,
41
+ "Sneaker": 7,
42
+ "T-shirt": 0,
43
+ "Trouser": 1
44
+ },
45
+ "layer_type": "bottleneck",
46
+ "model_type": "resnet",
47
+ "num_channels": 3,
48
+ "output_hidden_states": true,
49
+ "problem_type": "single_label_classification",
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.21.0"
52
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d201e89e661ec93a74de11775a4a72795e3a705ae94ca860a30e2280345900d8
3
+ size 94438209
runs/Aug01_19-32-55_09f462b3ca81/1659382406.4492373/events.out.tfevents.1659382406.09f462b3ca81.90.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e19b932bc075f493abd623a3341daa336cd25a5167e5b1af1e60ef28c4d473
3
+ size 5474
runs/Aug01_19-32-55_09f462b3ca81/events.out.tfevents.1659382406.09f462b3ca81.90.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc44bee5e2639f71b5fac60c326723bb2fd27cc87eb1644c81a2a44ad68af0c7
3
+ size 341
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ca3bb6934714b855d3d5dfa0b9d688b78c9b9a2bfac34de17d7f0f95bf29e3
3
+ size 3439