Update model_index.json
Browse files- model_index.json +4 -2
model_index.json
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"library_name": "segmentation_models_pytorch",
|
3 |
+
"task": "image-segmentation",
|
4 |
+
"architecture": "U-Net",
|
5 |
+
"encoder": "resnet34"
|
6 |
}
|