paul
commited on
Commit
·
bf2c0c5
1
Parent(s):
a8d845a
Training in progress, epoch 0
Browse files- config.json +9 -1
- preprocessor_config.json +18 -10
- pytorch_model.bin +1 -1
- runs/Jan22_04-57-39_teesta/events.out.tfevents.1674343666.teesta.849.4 +2 -2
- runs/Jan23_23-25-11_teesta/1674496525.8429952/events.out.tfevents.1674496525.teesta.22953.1 +3 -0
- runs/Jan23_23-25-11_teesta/events.out.tfevents.1674496525.teesta.22953.0 +3 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -73,7 +73,15 @@
|
|
73 |
"layer_type": "bottleneck",
|
74 |
"model_type": "resnet",
|
75 |
"num_channels": 3,
|
|
|
76 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
"torch_dtype": "float32",
|
78 |
-
"transformers_version": "4.
|
79 |
}
|
|
|
73 |
"layer_type": "bottleneck",
|
74 |
"model_type": "resnet",
|
75 |
"num_channels": 3,
|
76 |
+
"out_features": null,
|
77 |
"problem_type": "single_label_classification",
|
78 |
+
"stage_names": [
|
79 |
+
"stem",
|
80 |
+
"stage1",
|
81 |
+
"stage2",
|
82 |
+
"stage3",
|
83 |
+
"stage4"
|
84 |
+
],
|
85 |
"torch_dtype": "float32",
|
86 |
+
"transformers_version": "4.25.1"
|
87 |
}
|
preprocessor_config.json
CHANGED
@@ -1,18 +1,26 @@
|
|
1 |
{
|
2 |
-
"
|
|
|
|
|
|
|
|
|
3 |
"do_normalize": true,
|
|
|
4 |
"do_resize": true,
|
5 |
-
"feature_extractor_type": "ConvNextFeatureExtractor",
|
6 |
"image_mean": [
|
7 |
-
0.
|
8 |
-
0.
|
9 |
-
0.
|
10 |
],
|
|
|
11 |
"image_std": [
|
12 |
-
0.
|
13 |
-
0.
|
14 |
-
0.
|
15 |
],
|
16 |
-
"resample":
|
17 |
-
"
|
|
|
|
|
|
|
18 |
}
|
|
|
1 |
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
"do_resize": true,
|
|
|
10 |
"image_mean": [
|
11 |
+
0.5,
|
12 |
+
0.5,
|
13 |
+
0.5
|
14 |
],
|
15 |
+
"image_processor_type": "MobileNetV2ImageProcessor",
|
16 |
"image_std": [
|
17 |
+
0.5,
|
18 |
+
0.5,
|
19 |
+
0.5
|
20 |
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 256
|
25 |
+
}
|
26 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94555277
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc53495d4c1c5152cd8e8e90b8c865b4371fdbb9590f3be7c1d1da7008b7e616
|
3 |
size 94555277
|
runs/Jan22_04-57-39_teesta/events.out.tfevents.1674343666.teesta.849.4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5736049d0c1d2fc8e76f79425a826dfa065ec3a04f50c43e67af80806f61345
|
3 |
+
size 11205
|
runs/Jan23_23-25-11_teesta/1674496525.8429952/events.out.tfevents.1674496525.teesta.22953.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d123b7e2705c2af1a44a767c9244708fa0e82e6c99ef57bba199553abbbb2071
|
3 |
+
size 5585
|
runs/Jan23_23-25-11_teesta/events.out.tfevents.1674496525.teesta.22953.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84ed535a3457bb156a3d5c0a775e27b5d487d0b6ad5ccb5b79e30dee2d92721f
|
3 |
+
size 5482
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a46793442e32af396905e042b276eb7c08279d1102210ece290aaa6ec8f6cbc0
|
3 |
+
size 3451
|