Instructions to use minchul/cvlface_DFA_resnet50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use minchul/cvlface_DFA_resnet50 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="minchul/cvlface_DFA_resnet50", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("minchul/cvlface_DFA_resnet50", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload directory
Browse files
pretrained_model/model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4a0d74aa3d3d4f3da2e8dc34c7ac4596cec1bb1994f3f9e2a99bf61bd5416cc
|
| 3 |
+
size 109770181
|