rishii100 commited on
Commit
e648f33
·
verified ·
1 Parent(s): ffb673f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "siamese-unet",
3
+ "backbone": "resnet34",
4
+ "image_size": [
5
+ 256,
6
+ 256
7
+ ],
8
+ "architectures": [
9
+ "SiameseUNet"
10
+ ],
11
+ "task": "binary-change-detection",
12
+ "framework": "pytorch"
13
+ }