From 1a03bb12e2a41f61943b90c1dd1c35865d350370 Mon Sep 17 00:00:00 2001 From: anzhengqi <anzhengqi1@huawei.com> Date: Thu, 1 Sep 2022 09:40:59 +0800 Subject: [PATCH] modify gcn readme --- official/gnn/gcn/README.md | 4 ++-- official/gnn/gcn/README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/official/gnn/gcn/README.md b/official/gnn/gcn/README.md index f5072a2b6..93230f4c8 100644 --- a/official/gnn/gcn/README.md +++ b/official/gnn/gcn/README.md @@ -88,9 +88,9 @@ bash run_process_data.sh [SRC_PATH] [DATASET_NAME] ```bash #Generate dataset in mindrecord format for cora -bash run_process_data.sh ./data cora +bash run_process_data.sh ./data/cora cora #Generate dataset in mindrecord format for citeseer -bash run_process_data.sh ./data citeseer +bash run_process_data.sh ./data/citeseer citeseer ``` - Running on local with Ascend diff --git a/official/gnn/gcn/README_CN.md b/official/gnn/gcn/README_CN.md index 01c08573b..280cace2f 100644 --- a/official/gnn/gcn/README_CN.md +++ b/official/gnn/gcn/README_CN.md @@ -90,9 +90,9 @@ bash run_process_data.sh [SRC_PATH] [DATASET_NAME] ```text # 为Cora生成MindRecord格式的数据集 -bash run_process_data.sh ./data cora +bash run_process_data.sh ./data/cora cora # 为Citeseer生成MindRecord格式的数据集 -bash run_process_data.sh ./data citeseer +bash run_process_data.sh ./data/citeseer citeseer ``` - Running on local with Ascend -- GitLab