adamyhe commited on
Commit
12a211c
·
verified ·
1 Parent(s): 6aac226

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "trogdor",
3
+ "in_channels": 2,
4
+ "base_channels": 32,
5
+ "output_stride": 16,
6
+ "context_depth": 4,
7
+ "max_channels": 512,
8
+ "kernel_size": 3
9
+ }