Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -36,5 +36,5 @@
|
|
36 |
"epochs": 50,
|
37 |
"validation_split": 0.2
|
38 |
},
|
39 |
-
"pipeline_tag": "image-segmentation"
|
40 |
}
|
|
|
36 |
"epochs": 50,
|
37 |
"validation_split": 0.2
|
38 |
},
|
39 |
+
"pipeline_tag": "image-segmentation" // Specify the pipeline tag
|
40 |
}
|