From 780f7a7dc4db2bbe6de6b01c1ed633bb62f9d0c9 Mon Sep 17 00:00:00 2001 From: kezhan Date: Sat, 29 Aug 2020 18:27:56 +0800 Subject: [PATCH] fix gat readme format error --- model_zoo/official/gnn/gat/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/model_zoo/official/gnn/gat/README.md b/model_zoo/official/gnn/gat/README.md index 90c7258d1..a2c297c84 100644 --- a/model_zoo/official/gnn/gat/README.md +++ b/model_zoo/official/gnn/gat/README.md @@ -45,7 +45,7 @@ Note that according to whether this attention layer is the output layer of the n | # Test Nodes | 1000 | 1000 | - Data Preparation - > Place the dataset to any path you want, the folder should include files as follows(we use Cora dataset as an example): + - Place the dataset to any path you want, the folder should include files as follows(we use Cora dataset as an example): ``` . @@ -60,15 +60,14 @@ Note that according to whether this attention layer is the output layer of the n └─ind.cora.y ``` - > Generate dataset in mindrecord format for cora or citeseer. - >> Usage + - Generate dataset in mindrecord format for cora or citeseer. ```buildoutcfg cd ./scripts # SRC_PATH is the dataset file path you downloaded, DATASET_NAME is cora or citeseer sh run_process_data_ascend.sh [SRC_PATH] [DATASET_NAME] ``` - >> Launch + - Launch ``` #Generate dataset in mindrecord format for cora ./run_process_data_ascend.sh ./data cora -- GitLab