Training in progress, epoch 1
Browse files- config.json +1 -1
- preprocessor_config.json +10 -11
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -30,5 +30,5 @@
|
|
| 30 |
"semantic_loss_ignore_index": 255,
|
| 31 |
"tf_padding": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
-
"transformers_version": "4.
|
| 34 |
}
|
|
|
|
| 30 |
"semantic_loss_ignore_index": 255,
|
| 31 |
"tf_padding": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
+
"transformers_version": "4.34.0"
|
| 34 |
}
|
preprocessor_config.json
CHANGED
|
@@ -1,23 +1,22 @@
|
|
| 1 |
{
|
| 2 |
-
"crop_pct": 0.875,
|
| 3 |
"do_normalize": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
-
"feature_extractor_type": "ConvNextFeatureExtractor",
|
| 7 |
"image_mean": [
|
| 8 |
-
0.
|
| 9 |
-
0.
|
| 10 |
-
0.
|
| 11 |
],
|
| 12 |
-
"image_processor_type": "
|
| 13 |
"image_std": [
|
| 14 |
-
0.
|
| 15 |
-
0.
|
| 16 |
-
0.
|
| 17 |
],
|
| 18 |
-
"resample":
|
| 19 |
"rescale_factor": 0.00392156862745098,
|
| 20 |
"size": {
|
| 21 |
-
"
|
|
|
|
| 22 |
}
|
| 23 |
}
|
|
|
|
| 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": "ViTFeatureExtractor",
|
| 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 |
}
|
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:8e6a16208469b5a6f9648af63d7f68ded529ca3beff61854d479c2aa83fec9e9
|
| 3 |
+
size 9155765
|
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:25135e894ce93ba1c5a793e95ff8160af0d169d25718ee0c09c7198cd1c05eeb
|
| 3 |
+
size 4091
|