Adriana213
commited on
Commit
•
e744f49
1
Parent(s):
fae9b0b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,50 +1,16 @@
|
|
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
More information needed
|
8 |
-
|
9 |
-
## Intended uses & limitations
|
10 |
-
|
11 |
-
More information needed
|
12 |
-
|
13 |
-
## Training and evaluation data
|
14 |
-
|
15 |
-
More information needed
|
16 |
-
|
17 |
-
## Training procedure
|
18 |
-
|
19 |
-
### Training hyperparameters
|
20 |
-
|
21 |
-
The following hyperparameters were used during training:
|
22 |
-
|
23 |
-
| Hyperparameters | Value |
|
24 |
-
| :-- | :-- |
|
25 |
-
| name | Adam |
|
26 |
-
| weight_decay | None |
|
27 |
-
| clipnorm | None |
|
28 |
-
| global_clipnorm | None |
|
29 |
-
| clipvalue | None |
|
30 |
-
| use_ema | False |
|
31 |
-
| ema_momentum | 0.99 |
|
32 |
-
| ema_overwrite_frequency | None |
|
33 |
-
| jit_compile | True |
|
34 |
-
| is_legacy_optimizer | False |
|
35 |
-
| learning_rate | 9.999999747378752e-05 |
|
36 |
-
| beta_1 | 0.9 |
|
37 |
-
| beta_2 | 0.999 |
|
38 |
-
| epsilon | 1e-07 |
|
39 |
-
| amsgrad | False |
|
40 |
-
| training_precision | float32 |
|
41 |
-
|
42 |
-
|
43 |
-
## Model Plot
|
44 |
-
|
45 |
-
<details>
|
46 |
-
<summary>View Model Plot</summary>
|
47 |
-
|
48 |
-
![Model Image](./model.png)
|
49 |
|
50 |
-
|
|
|
1 |
+
|
2 |
---
|
3 |
+
tags:
|
4 |
+
- image-classification
|
5 |
+
- keras
|
6 |
+
- tensorflow
|
7 |
+
license: apache-2.0
|
8 |
+
datasets:
|
9 |
+
- fruits-360
|
10 |
+
metrics:
|
11 |
+
- accuracy
|
12 |
---
|
13 |
|
14 |
+
# VGG16 Fruit Classifier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
+
This is a VGG16 model fine-tuned on the Fruits-360 dataset for image classification.
|