提交 cd19bcdf 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!5532 fix gat readme format error

Merge pull request !5532 from zhanke/gat_readme
...@@ -45,7 +45,7 @@ Note that according to whether this attention layer is the output layer of the n ...@@ -45,7 +45,7 @@ Note that according to whether this attention layer is the output layer of the n
| # Test Nodes | 1000 | 1000 | | # Test Nodes | 1000 | 1000 |
- Data Preparation - 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 ...@@ -60,15 +60,14 @@ Note that according to whether this attention layer is the output layer of the n
└─ind.cora.y └─ind.cora.y
``` ```
> Generate dataset in mindrecord format for cora or citeseer. - Generate dataset in mindrecord format for cora or citeseer.
>> Usage
```buildoutcfg ```buildoutcfg
cd ./scripts cd ./scripts
# SRC_PATH is the dataset file path you downloaded, DATASET_NAME is cora or citeseer # 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] sh run_process_data_ascend.sh [SRC_PATH] [DATASET_NAME]
``` ```
>> Launch - Launch
``` ```
#Generate dataset in mindrecord format for cora #Generate dataset in mindrecord format for cora
./run_process_data_ascend.sh ./data cora ./run_process_data_ascend.sh ./data cora
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册