Closed ZifengDing closed 4 years ago
Hi Zifeng,
The margin gamma
is a specific parameter of the CompGCN_TransE
model (check this line). You can find more details about the margin-based loss in the original TransE paper. We've also discussed the need to decrease gamma
in this issue.
Cool, now I get it. I was not taking TransE as the score function, so I missed this part. Thanks a lot for your quick response and help!
Hello, Thanks for the great work. I am taking your work as my baseline. I notice that you have a parameter called gamma, which is "margin" in your description. As I understand, you did not include learning rate decay in your code. In the function "fit" of "run.py", what you did is just to stop training after continuous 25 epochs without improving MRR. So what exactly does this "margin" mean here?
Best Regards, Zifeng