MichalMlodawski
commited on
Commit
•
8ca1f7e
1
Parent(s):
c361747
Upload 6 files
Browse files- config.json +24 -0
- model.onnx +3 -0
- model.safetensors +3 -0
- optimizer_scheduler_state.pt +3 -0
- preprocessor_config.json +26 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "E:\\GOTOWE\\final_model_mobilenetv2_eyes",
|
3 |
+
"architectures": [
|
4 |
+
"MobileNetV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout_prob": 0.2,
|
7 |
+
"depth_divisible_by": 8,
|
8 |
+
"depth_multiplier": 1.4,
|
9 |
+
"expand_ratio": 6,
|
10 |
+
"finegrained_output": true,
|
11 |
+
"first_layer_is_expansion": true,
|
12 |
+
"hidden_act": "relu6",
|
13 |
+
"image_size": 224,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"layer_norm_eps": 0.001,
|
16 |
+
"min_depth": 8,
|
17 |
+
"model_type": "mobilenet_v2",
|
18 |
+
"num_channels": 3,
|
19 |
+
"output_stride": 32,
|
20 |
+
"problem_type": "single_label_classification",
|
21 |
+
"semantic_loss_ignore_index": 255,
|
22 |
+
"tf_padding": true,
|
23 |
+
"transformers_version": "4.42.4"
|
24 |
+
}
|
model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0a70bb266b896ecd2eefcaa97806032276839e575704c8b099850266a671bca
|
3 |
+
size 17384790
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa325946aea4996076e38919d5563f9734e5152baa72cc6eea1f1bfb30dc3483
|
3 |
+
size 17507576
|
optimizer_scheduler_state.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7f3592dbee963f4078e33f3139d9328be9781024b1086b11d4a29576d8f437e
|
3 |
+
size 34694426
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "MobileNetV2FeatureExtractor",
|
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
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46cb229ede21d9d3e6d6b6824dcd7dba39c0074bc89a0ba91002a99b2339a323
|
3 |
+
size 17577394
|