This is an automated email from the ASF dual-hosted git repository.
masahi pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/ci-docker-staging by this push:
new 8ddf403 remove gcn tutorial workaround
8ddf403 is described below
commit 8ddf403acb55005b99f0ec8b258dcbd2fda33f45
Author: Masahiro Masuda <[email protected]>
AuthorDate: Sat Jan 29 12:53:26 2022 +0900
remove gcn tutorial workaround
---
gallery/how_to/work_with_relay/build_gcn.py | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gallery/how_to/work_with_relay/build_gcn.py
b/gallery/how_to/work_with_relay/build_gcn.py
index 4352088..d76baec 100644
--- a/gallery/how_to/work_with_relay/build_gcn.py
+++ b/gallery/how_to/work_with_relay/build_gcn.py
@@ -119,12 +119,6 @@ num_classes: int
dimension of model output (Number of classes)
"""
dataset = "cora"
-
-# Temporary disable running load_dataset(dataset) until the CI issue is
resolved
-import sys
-
-sys.exit()
-
g, data = load_dataset(dataset)
num_layers = 1