graphsage-simple icon indicating copy to clipboard operation
graphsage-simple copied to clipboard

what is the meaning of "self.base_model = base_model" in encoders.py ?

Open faychu opened this issue 6 years ago • 1 comments

Hi, it seems that the code "self.base_model = base_model" is ineffective, since self.base_model is not used in encoders.py.

However, when I remove the statement, the result changes a lot. So, what is the meaning of the statement in encoders.py?

faychu avatar Dec 03 '18 12:12 faychu

Hi, it seems that the code "self.base_model = base_model" is ineffective, since self.base_model is not used in encoders.py.

However, when I remove the statement, the result changes a lot. So, what is the meaning of the statement in encoders.py?

try "print(model)", the computing graph is incomplete without "self.base_model".

liangxun avatar Apr 02 '19 00:04 liangxun