Tiiiger/SGC

about the code

dsj96 opened this issue · 1 comments

dsj96 commented

I'm confused about this line of the code in utils.py file

features[test_idx_reorder, :] = features[test_idx_range, :] #line61
labels[test_idx_reorder, :] = labels[test_idx_range, :] #line65

What's the point of this operation?I'm looking forward to your reply soon.

See #27