File size: 1,382 Bytes
7b561ea f59345e e651005 f59345e eadede2 |
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
---
language:
- en
metrics:
- accuracy
model-index:
- name: wild_cat_classification
results:
- task:
name: Image Classification
type: image-classification
dataset:
name: https://www.kaggle.com/datasets/gpiosenka/cats-in-the-wild-image-classification
type: imagefolder
config: default
split: train
args: default
metrics:
- name: Accuracy
type: accuracy
value: 0.9600
---
# wild_cat_classification
This model is a fine-tuned version of vgg19 pre-trained model.
It achieves the following results on the evaluation set:
- Loss: 0.0095
- Accuracy: 0.9600
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-02
- train_batch_size: 64
- eval_batch_size: 64
- optimizer: SGD
- num_epochs: 1
### Training results
| Training Loss | Epoch | Batch |
|:-------------:|:-----:|:----:|
| 0.0620 | 1.0 | 3/37 |
| 0.0425 | 1.0 | 6/37 |
| 0.0390 | 1.0 | 9/37 |
| 0.0258 | 1.0 | 12/37 |
| 0.0152 | 1.0 | 15/37 |
| 0.0180 | 1.0 | 18/37 |
| 0.0225 | 1.0 | 21/37 |
| 0.0129 | 1.0 | 24/37 |
| 0.0479 | 1.0 | 27/37 |
| 0.0231 | 1.0 | 30/37 |
| 0.0168 | 1.0 | 33/37 |
| 0.0095 | 1.0 | 36/37 |
### Framework versions
- Pytorch 2.1.0+cu121 |