Image Classification
fastai
English
art
eileennoonan commited on
Commit
1f07f9b
·
1 Parent(s): 9b66402

Create README.md

Browse files

A simple fastai resnet34 model trained on a fashion dataset, intended to identify articles of clothing.

| Epoch | Train Loss | Valid Loss | Accuracy Multi | Time |
|-------|------------|------------|----------------|-------|
| 0 | 0.203023 | 0.159731 | 0.937196 | 07:04 |
| 0 | 0.138572 | 0.111507 | 0.958551 | 06:46 |
| 1 | 0.116703 | 0.095668 | 0.962174 | 06:46 |
| 2 | 0.083337 | 0.077167 | 0.970635 | 06:41 |
| 3 | 0.064785 | 0.073351 | 0.972165 | 06:42 |

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - eileennoonan/paramaggarwal-kaggle-fashion-product-images-small
5
+ language:
6
+ - en
7
+ library_name: fastai
8
+ tags:
9
+ - art
10
+ ---