Instructions to use DeepLearner101/ResNet50FTCIFAR100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepLearner101/ResNet50FTCIFAR100 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DeepLearner101/ResNet50FTCIFAR100") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("DeepLearner101/ResNet50FTCIFAR100") model = AutoModelForImageClassification.from_pretrained("DeepLearner101/ResNet50FTCIFAR100") - Notebooks
- Google Colab
- Kaggle
Commit ·
869c54e
1
Parent(s): c620b0f
Add pytorch_model_2001.pth and related files
Browse files- pytorch_model_2001.pth +3 -0
- training_metrics_2001.json +0 -0
pytorch_model_2001.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab100d12ea918c887d8d35e7e909360dc1ab517894e9b9e349cb6b9fb9631064
|
| 3 |
+
size 102549342
|
training_metrics_2001.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|