garyzgao commited on
Commit
f30bfdb
·
verified ·
1 Parent(s): 6edcab5

Added the config

Browse files
Files changed (1) hide show
  1. 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
+ }