bytchew commited on
Commit
16bac54
·
verified ·
1 Parent(s): 3bfb590

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "faceRecog-dict",
3
+ "num_classes": 128,
4
+ "input_shape": [100, 100, 3],
5
+ "learning_rate": 0.0001,
6
+ "batch_size": 20
7
+ }