File size: 1,046 Bytes
41b6938 a929864 41b6938 e7f45df 41b6938 e7f45df 41b6938 e7f45df 41b6938 e7f45df 41b6938 e7f45df 41b6938 e7f45df 41b6938 e7f45df 41b6938 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
tags:
- fastai
- image-classification
---
## Model description
This repo contains the trained model for grapevine leaves image classification
Full credits go to [Vu Minh Chien](https://www.linkedin.com/in/vumichien/)
Motivation: The main product of grapevines is grapes that are consumed fresh or processed. In addition, grapevine leaves are harvested once a year as a by-product. The species of grapevine leaves are important in terms of price and taste. In this repo, deep learning-based classification is conducted by using images of grapevine leaves
## Intended uses & limitations
Images of 500 vine leaves belonging to 5 species were taken with a special self-illuminating system. Later, this number was increased to 2500 with data augmentation methods
## Training and evaluation data
### Training hyperparameters
The following hyperparameters were used during training:
| Hyperparameters | Value |
| :-- | :-- |
| name | Adam |
| learning_rate | e-3 |
| freeze_epochs| 3 |
| unfreeze_epochs| 10|
| training_precision | float16 |
|