Training in progress, epoch 1
Browse files- .gitignore +1 -0
- preprocessor_config.json +22 -0
- runs/Jan11_18-30-45_mlxlab0oqqtd6965952c67-20240103094407-66gcqj-d7nw88-worker/events.out.tfevents.1704969067.mlxlab0oqqtd6965952c67-20240103094407-66gcqj-d7nw88-worker.185.0 +3 -0
- runs/Jan11_18-30-45_mlxlab0oqqtd6965952c67-20240103094407-66gcqj-d7nw88-worker/events.out.tfevents.1704969710.mlxlab0oqqtd6965952c67-20240103094407-66gcqj-d7nw88-worker.185.1 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
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 |
+
}
|
runs/Jan11_18-30-45_mlxlab0oqqtd6965952c67-20240103094407-66gcqj-d7nw88-worker/events.out.tfevents.1704969067.mlxlab0oqqtd6965952c67-20240103094407-66gcqj-d7nw88-worker.185.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f896a565396615fa41c9d4f70c8cc8e649f51fdfd3344faa61e379027106341
|
3 |
+
size 8866
|
runs/Jan11_18-30-45_mlxlab0oqqtd6965952c67-20240103094407-66gcqj-d7nw88-worker/events.out.tfevents.1704969710.mlxlab0oqqtd6965952c67-20240103094407-66gcqj-d7nw88-worker.185.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecbb5f4fe0653efe8f738358c37e14dc30dee3585392d8c9c96db6d653dac728
|
3 |
+
size 9232
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37d5861b4d0dd6ca4e2ee05582b6af8a71738c92241dda03bdf73d63a18fe118
|
3 |
+
size 4091
|