Commit ·
e79101c
1
Parent(s): 5b95b6c
Model save
Browse files
README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
base_model: facebook/detr-resnet-50
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
|
@@ -15,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# detr-resnet-50_finetuned_candy_data
|
| 17 |
|
| 18 |
-
This model
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -40,7 +38,7 @@ The following hyperparameters were used during training:
|
|
| 40 |
- seed: 42
|
| 41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 42 |
- lr_scheduler_type: linear
|
| 43 |
-
- num_epochs:
|
| 44 |
- mixed_precision_training: Native AMP
|
| 45 |
|
| 46 |
### Training results
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
datasets:
|
|
|
|
| 13 |
|
| 14 |
# detr-resnet-50_finetuned_candy_data
|
| 15 |
|
| 16 |
+
This model was trained from scratch on the imagefolder dataset.
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 38 |
- seed: 42
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
+
- num_epochs: 300
|
| 42 |
- mixed_precision_training: Native AMP
|
| 43 |
|
| 44 |
### Training results
|