plai-group / gae_in_pytorch

Graph Auto-Encoder in PyTorch
Apache License 2.0
81 stars 18 forks source link

What is the use of the function "get_subsampler" in utils?? #3

Open AllenWu18 opened 5 years ago

AllenWu18 commented 5 years ago

Hello, I really like your job and I have cloned your code and researched recently. And I just don't know what is the use of the function "get_subsampler"?? I see in line 7 in models.py there is: from utils import get_subsampler but the Spyder shows that this function not used So is there any codes in the models.py or layers.py doing the work of this function? Thank you!

vmasrani commented 5 years ago

Oops, my mistake - the subsampler was required in a previous version but now it's no longer used. Good catch!