Instructions to use aaa12963337/msi-resnet-18-pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aaa12963337/msi-resnet-18-pretrain with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="aaa12963337/msi-resnet-18-pretrain") 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("aaa12963337/msi-resnet-18-pretrain") model = AutoModelForImageClassification.from_pretrained("aaa12963337/msi-resnet-18-pretrain", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6157c0f
1
Parent(s): d36bc76
Training in progress, epoch 2
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 44778700
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f846819b6d30be6b510dbda3e42b31cb291224b57f2d12fae6135e6a8d830ca6
|
| 3 |
size 44778700
|