Upload MobileNetV1ForImageClassification
Browse files- config.json +3 -9
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
-
"classifier_dropout_prob": 0.
|
6 |
-
"depth_divisible_by": 8,
|
7 |
"depth_multiplier": 1.0,
|
8 |
-
"expand_ratio": 6,
|
9 |
-
"finegrained_output": true,
|
10 |
-
"first_layer_is_expansion": true,
|
11 |
"hidden_act": "relu6",
|
12 |
"id2label": {
|
13 |
"0": "background",
|
@@ -2018,10 +2014,8 @@
|
|
2018 |
},
|
2019 |
"layer_norm_eps": 0.001,
|
2020 |
"min_depth": 8,
|
2021 |
-
"model_type": "
|
2022 |
"num_channels": 3,
|
2023 |
-
"output_stride": 32,
|
2024 |
-
"semantic_loss_ignore_index": 255,
|
2025 |
"tf_padding": true,
|
2026 |
"torch_dtype": "float32",
|
2027 |
"transformers_version": "4.25.0.dev0"
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"MobileNetV1ForImageClassification"
|
4 |
],
|
5 |
+
"classifier_dropout_prob": 0.999,
|
|
|
6 |
"depth_multiplier": 1.0,
|
|
|
|
|
|
|
7 |
"hidden_act": "relu6",
|
8 |
"id2label": {
|
9 |
"0": "background",
|
|
|
2014 |
},
|
2015 |
"layer_norm_eps": 0.001,
|
2016 |
"min_depth": 8,
|
2017 |
+
"model_type": "mobilenet_v1",
|
2018 |
"num_channels": 3,
|
|
|
|
|
2019 |
"tf_padding": true,
|
2020 |
"torch_dtype": "float32",
|
2021 |
"transformers_version": "4.25.0.dev0"
|
pytorch_model.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:533912ba76c89fd19ae3572a74ed43965e514e6948c80939c7c3c72e12292f95
|
3 |
+
size 17070969
|