williamleif / graphsage-simple

Simple reference implementation of GraphSAGE.
999 stars 242 forks source link

Potential typo - enc.num_sample[s] #21

Open kinkunchan opened 3 years ago

kinkunchan commented 3 years ago

In the model.py, whenever we are setting the number of samples for the encoders (enc1.num_samples), we should use enc1.num_sample rather than enc.num_samples