SoulPerforms commited on
Commit
d20d3b6
·
verified ·
1 Parent(s): 0a67740

Upload config.json

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