Tiiiger / SGC

official implementation for the paper "Simplifying Graph Convolutional Networks"
MIT License
831 stars 145 forks source link

some questions about loading datasets #27

Closed seriouslym closed 3 years ago

seriouslym commented 3 years ago

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

Tiiiger commented 3 years ago

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