Instructions to use hugginglearners/rice_image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use hugginglearners/rice_image_classification with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("hugginglearners/rice_image_classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,5 @@ The following hyperparameters were used during training:
|
|
| 23 |
| learning_rate | 3e-4 |
|
| 24 |
| freeze_epochs| 3 |
|
| 25 |
| unfreeze_epochs| 10|
|
| 26 |
-
|
|
| 27 |
-
| training_precision | float32 |
|
| 28 |
|
|
|
|
| 23 |
| learning_rate | 3e-4 |
|
| 24 |
| freeze_epochs| 3 |
|
| 25 |
| unfreeze_epochs| 10|
|
| 26 |
+
| training_precision | float16 |
|
|
|
|
| 27 |
|