Tiiiger / SGC

official implementation for the paper "Simplifying Graph Convolutional Networks"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some questions about loading datasets

seriouslym opened this issue · comments

what is the meaning of this assignment statement?
features[test_idx_reorder, :] = features[test_idx_range, :]

basically this splits the dataset according to text_idx_reorder. we load the public released indices for the test set