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 README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: bsd
|
| 3 |
pipeline_tag: image-segmentation
|
|
|
|
| 4 |
base_model:
|
| 5 |
- timm/resnext101_32x8d
|
| 6 |
library_name: timm
|
|
|
|
| 1 |
---
|
| 2 |
license: bsd
|
| 3 |
pipeline_tag: image-segmentation
|
| 4 |
+
architecture: resnext101_32x8d
|
| 5 |
base_model:
|
| 6 |
- timm/resnext101_32x8d
|
| 7 |
library_name: timm
|