Chandra Prakash Bathula commited on
Create config.json
Browse files- 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 |
+
}
|