From 781f8d5b8e61e65a4bbe0475d0c826a3f17f535b Mon Sep 17 00:00:00 2001 From: yiyione Date: Mon, 11 Jan 2021 13:34:31 +0800 Subject: [PATCH] Change official template author to OpenPAI (#192) --- examples/examples.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/examples.js b/examples/examples.js index ac8bead0..7f4d6d75 100644 --- a/examples/examples.js +++ b/examples/examples.js @@ -5,7 +5,7 @@ const EXAMPLE_LIST = [ { id: "0b41d10e-36e5-4e97-95c2-27726dd94f33", name: "COVID-19 Chest X-ray Dataset", - author: "ieee8023", + author: "OpenPAI", type: "data", dataType: "github", dataUrl: @@ -24,7 +24,7 @@ const EXAMPLE_LIST = [ { id: "e284b120-fdaf-11ea-adc1-0242ac120002", name: "COVID-19 Chest X-ray Diagnosis Model Training Job Template", - author: "mlmed", + author: "OpenPAI", type: "template", categories: "COVID-19", tags: ["official example"],