Training in progress epoch 0
Browse files- README.md +7 -14
- config.json +1 -1
- preprocessor_config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
base_model: nvidia/
|
| 4 |
tags:
|
| 5 |
- generated_from_keras_callback
|
| 6 |
model-index:
|
|
@@ -13,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# Omar280X/printed_ID_Segmentation_1
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [nvidia/
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Validation Loss:
|
| 20 |
-
- Epoch:
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -36,21 +36,14 @@ More information needed
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
-
- optimizer: {'name': 'Adam', 'learning_rate':
|
| 40 |
- training_precision: float32
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Epoch |
|
| 45 |
|:----------:|:---------------:|:-----:|
|
| 46 |
-
| 0.
|
| 47 |
-
| 0.5141 | 0.8500 | 1 |
|
| 48 |
-
| 0.4951 | 0.8645 | 2 |
|
| 49 |
-
| 0.5021 | 0.7065 | 3 |
|
| 50 |
-
| 0.5198 | 0.7114 | 4 |
|
| 51 |
-
| 0.4935 | 0.7153 | 5 |
|
| 52 |
-
| 0.4840 | 0.7345 | 6 |
|
| 53 |
-
| 0.4394 | 0.8952 | 7 |
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
base_model: nvidia/mit-b0
|
| 4 |
tags:
|
| 5 |
- generated_from_keras_callback
|
| 6 |
model-index:
|
|
|
|
| 13 |
|
| 14 |
# Omar280X/printed_ID_Segmentation_1
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.3885
|
| 19 |
+
- Validation Loss: 1.1158
|
| 20 |
+
- Epoch: 0
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 6e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
| 40 |
- training_precision: float32
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Epoch |
|
| 45 |
|:----------:|:---------------:|:-----:|
|
| 46 |
+
| 0.3885 | 1.1158 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "nvidia/
|
| 3 |
"architectures": [
|
| 4 |
"SegformerForSemanticSegmentation"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "nvidia/mit-b0",
|
| 3 |
"architectures": [
|
| 4 |
"SegformerForSemanticSegmentation"
|
| 5 |
],
|
preprocessor_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"do_normalize": true,
|
| 3 |
-
"do_reduce_labels":
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
"image_mean": [
|
|
|
|
| 1 |
{
|
| 2 |
"do_normalize": true,
|
| 3 |
+
"do_reduce_labels": false,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
"image_mean": [
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15133552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0a86b3fab46d5cf9b53fa2fb5862809d4006019d1f7cfa2d94dd178294b02b
|
| 3 |
size 15133552
|