Instructions to use rievil/crackenpy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use rievil/crackenpy with timm:
import timm model = timm.create_model("hf_hub:rievil/crackenpy", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"architecture":"resnext101_32x8d",
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
|
|
|
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architecture":"resnext101_32x8d",
|
| 3 |
+
"num_classes": 5,
|
| 4 |
+
"pretrained_cfg":{
|
| 5 |
+
"input_size":[3,416,416],
|
| 6 |
+
}
|
| 7 |
}
|