Instructions to use SpotLab/filarias_species_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SpotLab/filarias_species_detection with Transformers:
# Load model directly from transformers import SSDForObjectDetection model = SSDForObjectDetection.from_pretrained("SpotLab/filarias_species_detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
add device type
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
"2": "Wuchereria bancrofti",
|
| 9 |
"3": "Brugia malayi"
|
| 10 |
},
|
|
|
|
| 11 |
"layer_norm_eps": 0.001,
|
| 12 |
"threshold": 0.3,
|
| 13 |
"min_depth": 8,
|
|
|
|
| 8 |
"2": "Wuchereria bancrofti",
|
| 9 |
"3": "Brugia malayi"
|
| 10 |
},
|
| 11 |
+
"device": "GPU",
|
| 12 |
"layer_norm_eps": 0.001,
|
| 13 |
"threshold": 0.3,
|
| 14 |
"min_depth": 8,
|