Training in progress, epoch 1
Browse files- config.json +3 -4
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "google/mobilenet_v2_1.4_224",
|
3 |
"architectures": [
|
4 |
"MobileNetV2ForImageClassification"
|
5 |
],
|
6 |
-
"classifier_dropout_prob": 0.
|
7 |
"depth_divisible_by": 8,
|
8 |
-
"depth_multiplier": 1.
|
9 |
"expand_ratio": 6,
|
10 |
"finegrained_output": true,
|
11 |
"first_layer_is_expansion": true,
|
@@ -31,5 +30,5 @@
|
|
31 |
"semantic_loss_ignore_index": 255,
|
32 |
"tf_padding": true,
|
33 |
"torch_dtype": "float32",
|
34 |
-
"transformers_version": "4.
|
35 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"MobileNetV2ForImageClassification"
|
4 |
],
|
5 |
+
"classifier_dropout_prob": 0.8,
|
6 |
"depth_divisible_by": 8,
|
7 |
+
"depth_multiplier": 1.0,
|
8 |
"expand_ratio": 6,
|
9 |
"finegrained_output": true,
|
10 |
"first_layer_is_expansion": true,
|
|
|
30 |
"semantic_loss_ignore_index": 255,
|
31 |
"tf_padding": true,
|
32 |
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.33.1"
|
34 |
}
|
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:85870cc964cd71f528038f15fbb16bd73b95442ae196fa737418882603cba4b7
|
3 |
+
size 9151349
|
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:21fc7a52256bb9b05bbb76df9945c4ac19f0afbed6c5bcaaae712288871605a6
|
3 |
+
size 4027
|