Chandra Prakash Bathula commited on
Commit
6b3fe76
·
verified ·
1 Parent(s): 23ab011

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "food101-resnet50",
3
+ "architecture": "ResNet50",
4
+ "dataset": "Food101",
5
+ "framework": "PyTorch",
6
+ "num_classes": 101
7
+ }