Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ This model is an image classification model trained to identify different types
|
|
| 20 |
|
| 21 |
### Model Description
|
| 22 |
|
| 23 |
-
This model is a deep learning model for classifying food images into one of 101 categories from the Food101 dataset. It was trained using TensorFlow and
|
| 24 |
|
| 25 |
---
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
### Model Description
|
| 22 |
|
| 23 |
+
This model is a deep learning model for classifying food images into one of 101 categories from the Food101 dataset. It was trained using TensorFlow and employs a transfer learning approach, leveraging the features learned by a model pre-trained on a large dataset like ImageNet. The training process included the use of mixed precision for potentially faster training and reduced memory usage.
|
| 24 |
|
| 25 |
---
|
| 26 |
|