Instructions to use glasses/eca_resnet50d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use glasses/eca_resnet50d with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("glasses/eca_resnet50d", device_map="auto") - Notebooks
- Google Colab
- Kaggle
add model
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1aaa2901e9092f4783398261d7359905f745dba2b6aea774b4a1981c24e04ac
|
| 3 |
+
size 102653803
|