piyushjain4 commited on
Commit
78f5645
1 Parent(s): 49f76d5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "model_type": "inception_v3",
3
- "num_labels": 8, # Or the number of classes your model is trained on
4
  "image_size": 299,
5
  "num_channels": 3,
6
  "input_shape": [299, 299, 3],
7
- "framework": "tf" # Indicating that this is a TensorFlow model
8
  }
 
1
  {
2
  "model_type": "inception_v3",
3
+ "num_labels": 8,
4
  "image_size": 299,
5
  "num_channels": 3,
6
  "input_shape": [299, 299, 3],
7
+ "framework": "tf"
8
  }