tags: | |
- fastai | |
- image-classification | |
# Model card | |
## Model description | |
This model has been trained with convnext_tiny_in22k with [Flowers-101 datasets in Kaggle](https://www.kaggle.com/competitions/tpu-getting-started). | |
**Useful graphs logged with wandb** | |
 | |
 | |
## Intended uses & limitations | |
- The model can be used be for classifying flowers only. | |
**Limitations** | |
- Even if the picture uploaded is not of a flower, you can can notice [it will be predicted as of flower](https://www.kaggle.com/competitions/tpu-getting-started). | |
- The model on validation dataset has accuracy of 94.23% | |
 | |
## Training and evaluation data | |
- The models has been trained and evaluated with [Flowers-101 datasets in Kaggle](https://www.kaggle.com/competitions/tpu-getting-started). | |
- We used a Random Splitter to train and evaluate data | |