benchmark data loader and evaluation scripts
Warning: As we have opened test data, you should try not to overfit or leak data during training. For example, the order of test data is not random permuted. If you use BatchNorm, you will get a biased norm value.
- All ids begin from 0.
- Each node type takes a continuous range of node_id.
- node_id and node_type id are with same order. I.e. nodes with node_type 0 take the first range of node_ids, nodes with node_type 1 take the second range, and so on.
- One-hot node features can be omited.