Sakibrumu commited on
Commit
289bfab
1 Parent(s): 820c938

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_architecture": "ResNet50",
3
+ "num_classes": 10,
4
+ "input_size": [224, 224],
5
+ "pretrained": true,
6
+ "learning_rate": 0.001,
7
+ "batch_size": 32
8
+ }