AndresBen commited on
Commit
c9cea32
·
verified ·
1 Parent(s): dd990a5

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": "resnet",
3
+ "num_classes": 15,
4
+ "input_size": 224,
5
+ "output_size": 256,
6
+ "hidden_layers": 3,
7
+ "dropout_prob": 0.4,
8
+ "activation": "relu"
9
+ }