This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import copy | |
| import torch | |
| import graphbench | |
| from tqdm import tqdm | |
| import torch_geometric | |
| import torch.nn.functional as F | |
| from torch_geometric.nn import GINConv, global_mean_pool | |
| from torch.nn import Sequential, Linear, ReLU, BatchNorm1d | |
| ### ========= Load Dataset and Setup GraphBench Components ========= ### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="no-js" lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title>Pulp Slider</title> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> |