sharktide commited on
Commit
a2a1b88
·
1 Parent(s): d3d15d1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "model_name": "recyclebot",
3
  "framework": "tensorflow",
4
- "model_type": "sequential",
5
  "task": "image-classification",
6
  "num_labels": 5,
7
  "input_shape": [240, 240, 3],
 
1
  {
2
  "model_name": "recyclebot",
3
  "framework": "tensorflow",
4
+ "model_type": "resnet",
5
  "task": "image-classification",
6
  "num_labels": 5,
7
  "input_shape": [240, 240, 3],