File size: 628 Bytes
08f40d6
 
 
6e95d51
08f40d6
7a4d93f
 
08f40d6
7a4d93f
08f40d6
7a4d93f
08f40d6
7a4d93f
 
08f40d6
7a4d93f
08f40d6
7a4d93f
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
tags:
- fastai
- image-classification
---
## Model description
This repo contains the trained model for Multi-object classification

Full credits go to [Nhu Hoang](https://www.linkedin.com/in/nhu-hoang/)

Motivation: Classifying multiple objects is a challenging task without using an object detection algorithm. This model was trained on resnet34 backbone and achieved a good accuracy.

## Training and evaluation data
### Training hyperparameters

The following hyperparameters were used during training:

| Hyperparameters | Value |
| :-- | :-- |
| name | Adam |
| learning_rate | 3e-3 |
| training_precision | float16 |