-
thanks for your code,but i want to know what is switchLDA_KGE and switchLDA.
-
May I know how much the accuracy is when using kge trains fbwq_half ?
Also, when you use kgc to train fbwq_half, did you only use train.txt?
-
rx = torch.mm(r.t(), r)
hx = torch.mm(h.t(), h)
tx = torch.mm(t.t(), t)
loss = ((torch.sum(tx * hx) * r.shape[0] + torch.sum(rx * hx) * t.shape[0] + torch.sum(tx * rx) * h.shape[0]
- 2.0 * to…
-
I am getting the below error when using model.fit(X_train, early_stopping = False). To get X_train I loaded in a csv using the load_from_csv function which outputs below. I am new to github so if you …
-
Hi, in your work,Attentive Embedding Propagation is only for recommendation training, why not used in the training process of KGE ? Have you conduct any experiment for comparison?
-
Thanks for sharing the code!
Do you evaluate the performance of KE-GCN on the link prediction task? As far as I know, link prediction is the standard evaluation task for KGE models and many baselin…
-
-
Here: https://github.com/mnick/scikit-kge/blob/master/skge/base.py#L130
`self.batch_size = np.ceil(len(xys) / self.nbatches)`
`self.batch_size = int(np.ceil(len(xys) / self.nbatches))`
In the lat…
-
Hi My name is hsuchengmath .
I recently research recommendation system and my Boss told me that
I read MKR the paper . I had read and try to implement it by Pytorch .
But unfortunately , Though …
-
I'm not very familiar with this way of running programs through yaml configuration files, is there any convenient way to debug programs? I would appreciate that if someone has a good method to share w…
TTYee updated
7 months ago