Instructions to use Raghavan/textnet-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Raghavan/textnet-base with Transformers:
# Load model directly from transformers import AutoImageProcessor, TextNetBackbone processor = AutoImageProcessor.from_pretrained("Raghavan/textnet-base") model = TextNetBackbone.from_pretrained("Raghavan/textnet-base") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -201,7 +201,10 @@
|
|
| 201 |
256,
|
| 202 |
512
|
| 203 |
],
|
| 204 |
-
"image_size":
|
|
|
|
|
|
|
|
|
|
| 205 |
"initializer_range": 0.02,
|
| 206 |
"model_type": "textnet",
|
| 207 |
"out_features": [
|
|
|
|
| 201 |
256,
|
| 202 |
512
|
| 203 |
],
|
| 204 |
+
"image_size": [
|
| 205 |
+
640,
|
| 206 |
+
640
|
| 207 |
+
],
|
| 208 |
"initializer_range": 0.02,
|
| 209 |
"model_type": "textnet",
|
| 210 |
"out_features": [
|