Skip to content

Commit f797e93

Browse files
Merge pull request #528 from onepanelio/fix/tfod-workflow-name
fix: Update TF object detection workflow name
2 parents df1421c + e5586fc commit f797e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/go/20200812104328_update_maskrcnn_and_tf_od.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ volumeClaimTemplates:
411411
requests:
412412
storage: 200Gi`
413413

414-
const tensorflowObjectDetectionWorkflowTemplateName = "TensorFlow Object Detection Training"
414+
const tensorflowObjectDetectionWorkflowTemplateName = "TF Object Detection Training"
415415

416416
func initialize20200812104328() {
417417
if _, ok := initializedMigrations[20200812104328]; !ok {

0 commit comments

Comments
 (0)