Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.0,
|
9 |
+
"finegrained_output": true,
|
10 |
+
"first_layer_is_expansion": true,
|
11 |
+
"hidden_act": "relu6",
|
12 |
+
"id2label": {
|
13 |
+
"0": "angular_leaf_spot",
|
14 |
+
"1": "bean_rust",
|
15 |
+
"2": "healthy"
|
16 |
+
},
|
17 |
+
"image_size": 224,
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"label2id": {
|
20 |
+
"angular_leaf_spot": 0,
|
21 |
+
"bean_rust": 1,
|
22 |
+
"healthy": 2
|
23 |
+
},
|
24 |
+
"layer_norm_eps": 0.001,
|
25 |
+
"min_depth": 8,
|
26 |
+
"model_type": "mobilenet_v2",
|
27 |
+
"num_channels": 3,
|
28 |
+
"output_stride": 32,
|
29 |
+
"problem_type": "single_label_classification",
|
30 |
+
"semantic_loss_ignore_index": 255,
|
31 |
+
"tf_padding": true,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.46.3"
|
34 |
+
}
|
logs/events.out.tfevents.1733184601.e54e41aa74d9.2851.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aac247bd7864f911c64470f800b256763b96847081d963b86b1e51cb28fc92bd
|
3 |
+
size 5050
|
logs/events.out.tfevents.1733184739.e54e41aa74d9.2851.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4a05c41aee018fdc0fda251f95a8e8cd03cdcb240d801ab339e80a34127bb48
|
3 |
+
size 5050
|
logs/events.out.tfevents.1733184873.e54e41aa74d9.2851.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2156d931b2d451d00b89263377f6fa98ce634be40924f82b08fedb6e00ced565
|
3 |
+
size 5571
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e75d2034d947dc59978c3901d7c4e5dd216d04358b3841d4012cc7f09ad50dac
|
3 |
+
size 9085340
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71a8fbfb4dc4b526e69a5fe474bb78a3d145c0227ade2575f453be49d3851c21
|
3 |
+
size 5240
|