diff --git a/official/gnn/gat/README.md b/official/gnn/gat/README.md index f4028f9c01593b438be3bf02ca1ddf6101086bd4..491f212e03c85cbe73a23da810b87286fd43c931 100644 --- a/official/gnn/gat/README.md +++ b/official/gnn/gat/README.md @@ -82,9 +82,9 @@ Note that you can run the scripts based on the dataset mentioned in original pap ```bash #Generate dataset in mindrecord format for cora - ./run_process_data_ascend.sh ./data cora + bash run_process_data_ascend.sh ./data/cora cora #Generate dataset in mindrecord format for citeseer - ./run_process_data_ascend.sh ./data citeseer + bash run_process_data_ascend.sh ./data/citeseer citeseer ``` ## [Features](#contents) diff --git a/official/gnn/gat/README_CN.md b/official/gnn/gat/README_CN.md index 8fe715a8e226b89830122c2fce46dec3bb492c62..e7bfdce912893d40f1e6aa47af19946a087e81bd 100644 --- a/official/gnn/gat/README_CN.md +++ b/official/gnn/gat/README_CN.md @@ -81,9 +81,9 @@ ```text # 涓篊ora鐢熸垚MindRecord鏍煎紡鐨勬暟鎹泦 - ./run_process_data_ascend.sh ./data cora + bash run_process_data_ascend.sh ./data/cora cora # 涓篊iteseer鐢熸垚MindRecord鏍煎紡鐨勬暟鎹泦 - ./run_process_data_ascend.sh ./data citeseer + bash run_process_data_ascend.sh ./data/citeseer citeseer ``` ## 鐗规€�