NexaAI commited on
Commit
e9be359
1 Parent(s): 6012efa

Upload config

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "avg_down": true,
3
+ "base_width": 64,
4
+ "block_type": "bottleneck",
5
+ "cardinality": 1,
6
+ "input_channels": 3,
7
+ "layers": [
8
+ 3,
9
+ 4,
10
+ 6,
11
+ 3
12
+ ],
13
+ "model_type": "resnet",
14
+ "num_classes": 1000,
15
+ "stem_type": "deep",
16
+ "stem_width": 32,
17
+ "transformers_version": "4.36.2"
18
+ }