File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,14 @@ the dataset name accordingly:
6262$ tensorboard --logdir=outputs/summaries/cora
6363```
6464
65- An example of such visualization for Cora with GCN + GAM model is the following,
66- showing the accuracy per co-train iteration for 3 runs with 3 different random seeds:
65+ An example of such visualization for Cora with GCN + GAM model on the Pubmed
66+ dataset is the following:
67+ ![ Tensorboard plot] ( gam_gcn_pubmed.png?raw=true " GCN + GAM on Pubmed ")
68+
69+ Similarly, we can run with multiple different parameter configurations and
70+ plot the results together for comparison. An example showing the accuracy
71+ per co-train iteration of a GCN + GAM model on the Cora dataset for 3 runs
72+ with 3 different random seeds is the following:
6773![ Tensorboard plot] ( gam_gcn_cora_multiple_seeds.png?raw=true " GCN + GAM on Cora ")
6874
6975
You can’t perform that action at this time.
0 commit comments