Spaces:
Running
Running
add a note about example images
Browse files- gradio_article.md +4 -1
gradio_article.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
|
3 |
The Food-101 dataset, originally made available at https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/ is a data set of 101 food categories, with 101'000 images.
|
4 |
|
5 |
-
|
6 |
## Training
|
7 |
|
8 |
Fast.ai was used to train this classifier with a ResNet50 vision learner, without much customization.
|
@@ -20,3 +19,7 @@ The final fine tuning of the training loop resulted in the following losses.
|
|
20 |
| 6 | 0.345060 | 0.742432 | 0.185198 | 05:12 |
|
21 |
| 7 | 0.247938 | 0.728758 | 0.177624 | 05:12 |
|
22 |
| 8 | 0.214708 | 0.727486 | 0.177871 | 05:11 |
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
The Food-101 dataset, originally made available at https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/ is a data set of 101 food categories, with 101'000 images.
|
4 |
|
|
|
5 |
## Training
|
6 |
|
7 |
Fast.ai was used to train this classifier with a ResNet50 vision learner, without much customization.
|
|
|
19 |
| 6 | 0.345060 | 0.742432 | 0.185198 | 05:12 |
|
20 |
| 7 | 0.247938 | 0.728758 | 0.177624 | 05:12 |
|
21 |
| 8 | 0.214708 | 0.727486 | 0.177871 | 05:11 |
|
22 |
+
|
23 |
+
## Examples
|
24 |
+
|
25 |
+
The example images provided in the demo are not from the dataset. They were quickly sourced via a couple of DuckDuckGo searches.
|