dronefreak commited on
Commit
494e1f4
·
verified ·
1 Parent(s): 6f9a1fc

Add config.json (enables HF download tracking + removes hardcoded hyperparams from Quickstart)

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "Histoformer",
3
+ "inp_channels": 3,
4
+ "out_channels": 3,
5
+ "dim": 36,
6
+ "num_blocks": [4, 4, 6, 8],
7
+ "num_refinement_blocks": 4,
8
+ "heads": [1, 2, 4, 8],
9
+ "ffn_expansion_factor": 2.667,
10
+ "bias": false,
11
+ "LayerNorm_type": "WithBias",
12
+ "dual_pixel_task": false
13
+ }