u2003158 commited on
Commit
2ad3a65
1 Parent(s): 03c4b6c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ResNet"
4
+ ],
5
+ "model_type": "resnet",
6
+ "model_name": "resnet50",
7
+ "weights": "imagenet",
8
+ "num_classes": 5
9
+ }