Commit ·
788cf3e
1
Parent(s): 96ddd24
Training in progress epoch 5
Browse files- .gitattributes +2 -0
- README.md +5 -4
- checkpoints/checkpoint +2 -2
- checkpoints/model-0005.ckpt.data-00000-of-00001 +3 -0
- checkpoints/model-0005.ckpt.index +3 -0
- logs/train/events.out.tfevents.1704568236.87b9e22aca65.2413.0.v2 +2 -2
- logs/validation/events.out.tfevents.1704568385.87b9e22aca65.2413.1.v2 +2 -2
- tf_model.h5 +1 -1
.gitattributes
CHANGED
|
@@ -41,3 +41,5 @@ checkpoints/model-0003.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -t
|
|
| 41 |
checkpoints/model-0003.ckpt.index filter=lfs diff=lfs merge=lfs -text
|
| 42 |
checkpoints/model-0004.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
checkpoints/model-0004.ckpt.index filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 41 |
checkpoints/model-0003.ckpt.index filter=lfs diff=lfs merge=lfs -text
|
| 42 |
checkpoints/model-0004.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
checkpoints/model-0004.ckpt.index filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
checkpoints/model-0005.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
checkpoints/model-0005.ckpt.index filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 3.
|
| 19 |
-
- Validation Loss:
|
| 20 |
-
- Validation Accuracy: 0.
|
| 21 |
-
- Epoch:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
| 49 |
| 4.3536 | 4.1337 | 0.1221 | 2 |
|
| 50 |
| 3.8915 | 3.6650 | 0.2053 | 3 |
|
| 51 |
| 3.4256 | 3.2568 | 0.2597 | 4 |
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 3.0033
|
| 19 |
+
- Validation Loss: 2.8885
|
| 20 |
+
- Validation Accuracy: 0.3185
|
| 21 |
+
- Epoch: 5
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 49 |
| 4.3536 | 4.1337 | 0.1221 | 2 |
|
| 50 |
| 3.8915 | 3.6650 | 0.2053 | 3 |
|
| 51 |
| 3.4256 | 3.2568 | 0.2597 | 4 |
|
| 52 |
+
| 3.0033 | 2.8885 | 0.3185 | 5 |
|
| 53 |
|
| 54 |
|
| 55 |
### Framework versions
|
checkpoints/checkpoint
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
model_checkpoint_path: "model-
|
| 2 |
-
all_model_checkpoint_paths: "model-
|
|
|
|
| 1 |
+
model_checkpoint_path: "model-0005.ckpt"
|
| 2 |
+
all_model_checkpoint_paths: "model-0005.ckpt"
|
checkpoints/model-0005.ckpt.data-00000-of-00001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba8d25c25a76349ea61aca99f17253d0a966e1af83b8e52cd6ab2db81e34fb94
|
| 3 |
+
size 503930020
|
checkpoints/model-0005.ckpt.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67947cca7a678a88576b1cabfb61868f5414f81a98f099f93729e65c5cd8ec77
|
| 3 |
+
size 43586
|
logs/train/events.out.tfevents.1704568236.87b9e22aca65.2413.0.v2
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:628c4317ab720253a2c6dc94c1a8dd1479a66c1d7bf039d2f5c46e06ebe4349c
|
| 3 |
+
size 1423143
|
logs/validation/events.out.tfevents.1704568385.87b9e22aca65.2413.1.v2
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:0380ef1170949ea56c4b87e6495bd05300d2c07bd4c0bd26833a6040a123c2f4
|
| 3 |
+
size 1442
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 168379316
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae26f37c61022a1c034fc75ee5f19142017f20ad54cc7f003d7f2eb5e59b1154
|
| 3 |
size 168379316
|