Soulaimen commited on
Commit
890f599
1 Parent(s): 665018a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "chemise",
23
+ "1": "polo",
24
+ "2": "tshirt"
25
+ },
26
+ "label2id": {
27
+ "chemise": 0,
28
+ "polo": 1,
29
+ "tshirt": 2
30
+ },
31
+ "layer_type": "bottleneck",
32
+ "model_type": "resnet",
33
+ "num_channels": 3,
34
+ "out_features": [
35
+ "stage4"
36
+ ],
37
+ "out_indices": [
38
+ 4
39
+ ],
40
+ "problem_type": "single_label_classification",
41
+ "stage_names": [
42
+ "stem",
43
+ "stage1",
44
+ "stage2",
45
+ "stage3",
46
+ "stage4"
47
+ ],
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.28.1"
50
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ConvNextFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "ConvNextFeatureExtractor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7fa83663de7023871ce24a41cefb2cff3fad6b6a06bf659c78bf04305bcab8
3
+ size 94383181
runs/May04_21-29-14_8b61ba85a7e1/1683235765.6814606/events.out.tfevents.1683235765.8b61ba85a7e1.301.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06f13acc4cdfb70e0d2dbfd80116508f63a1bb2ef41325b7d75522c10f56b01
3
+ size 5922
runs/May04_21-29-14_8b61ba85a7e1/events.out.tfevents.1683235765.8b61ba85a7e1.301.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c4c3404d79dd600339d6bff56d7218388b786eb0d2e73ee83e95eaa3a772be
3
+ size 4145
runs/May04_21-32-08_8b61ba85a7e1/1683235931.055619/events.out.tfevents.1683235931.8b61ba85a7e1.301.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5bb47be658579a85afb02465a68b73784174e9c6032934bb469b956043f720e
3
+ size 5922
runs/May04_21-32-08_8b61ba85a7e1/events.out.tfevents.1683235931.8b61ba85a7e1.301.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e35717d46c3e0207a016f1cbea8fb856bf3d327e69d9d1690004f9f7d300538
3
+ size 6630
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6dfa88f9225ab845a9614e5de802315839318657a943a9fb5cb37719be6251e
3
+ size 3643