Added the config
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "UNetTimmWithClassification",
|
3 |
+
"input_channels": 3,
|
4 |
+
"num_classes": 2,
|
5 |
+
"image_size": [224, 224],
|
6 |
+
"framework": "pytorch",
|
7 |
+
"author": "garyzgao",
|
8 |
+
"description": "U-Net model with segmentation functionality for archaeological sherd classification"
|
9 |
+
}
|