"docs/source/vscode:/vscode.git/clone" did not exist on "8f0df39ee106efb665af90c61dddfdfbf4899991"
Unverified Commit 1915fdb9 authored by xiang song(charlie.song)'s avatar xiang song(charlie.song) Committed by GitHub
Browse files

Make print of GCN example of mxnet and pytorch exact same. (#994)

parent a0193fd5
...@@ -117,7 +117,7 @@ def main(args): ...@@ -117,7 +117,7 @@ def main(args):
print() print()
acc = evaluate(model, features, labels, test_mask) acc = evaluate(model, features, labels, test_mask)
print("Test Accuracy {:.4f}".format(acc)) print("Test accuracy {:.2%}".format(acc))
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment