Browse Source

fix gcn readme format error

tags/v1.0.0
chentingting 5 years ago
parent
commit
2caf3dbabf
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      model_zoo/official/gnn/gcn/README.md

+ 4
- 4
model_zoo/official/gnn/gcn/README.md View File

@@ -53,7 +53,7 @@ GCN contains two graph convolution layers. Each layer takes nodes features and a


- Download the dataset Cora or Citeseer provided by /kimiyoung/planetoid from github. - Download the dataset Cora or Citeseer provided by /kimiyoung/planetoid from github.
> 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):
``` ```
. .
@@ -68,15 +68,15 @@ GCN contains two graph convolution layers. Each layer takes nodes features and a
└─ind.cora.y └─ind.cora.y
``` ```


> Generate dataset in mindrecord format for cora or citeseer.
>> Usage
- 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.sh [SRC_PATH] [DATASET_NAME] sh run_process_data.sh [SRC_PATH] [DATASET_NAME]
``` ```


>> Launch
####Launch
``` ```
#Generate dataset in mindrecord format for cora #Generate dataset in mindrecord format for cora
sh run_process_data.sh ./data cora sh run_process_data.sh ./data cora


Loading…
Cancel
Save