Instructions to use Zihua-Liu-CVer/custom-convnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zihua-Liu-CVer/custom-convnet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Zihua-Liu-CVer/custom-convnet", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Zihua-Liu-CVer/custom-convnet", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 120885
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c328b46cd05f2b49e6fe52478b57862471c50202d24b9664e18ff6c3356bb05b
|
| 3 |
size 120885
|