Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
221cb0332
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
221cb0332
Commits
1a03bb12
Commit
1a03bb12
authored
2 years ago
by
anzhengqi
Browse files
Options
Downloads
Patches
Plain Diff
modify gcn readme
parent
99450158
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
official/gnn/gcn/README.md
+2
-2
2 additions, 2 deletions
official/gnn/gcn/README.md
official/gnn/gcn/README_CN.md
+2
-2
2 additions, 2 deletions
official/gnn/gcn/README_CN.md
with
4 additions
and
4 deletions
official/gnn/gcn/README.md
+
2
−
2
View file @
1a03bb12
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
official/gnn/gcn/README_CN.md
+
2
−
2
View file @
1a03bb12
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment