basimazam commited on
Commit
653c0f1
·
verified ·
1 Parent(s): 0008cfb

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone": "siren",
3
+ "in_features": 2,
4
+ "hidden_features": 128,
5
+ "hidden_layers": 4,
6
+ "num_classes": 5,
7
+ "resolution": 192,
8
+ "omega_0": 30.0,
9
+ "has_adapter": false,
10
+ "adapter_hidden_dim": 256,
11
+ "seg_head_hidden": [
12
+ 128
13
+ ]
14
+ }