You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i implement you paper in Pytorch and there are some problems.
How to process one entity is involved in tow succesive events when computing happened term loss? I compute in following way, is that correct?
-log(t - t_bar+1e-5) +log(1e-5)
I found the negtive log loss oscillated not decreased. And i saw the training result pictures in one issue before under this repository, the nll he displayed didn't decrease, too.
Do you only care about the MAR and Hits@10 outperformance other baseline model, not consider the convergence of algorithm?
I can't run your code, so do you remeber the training time when run your code? My code seems time comsuming...
Thank you
The text was updated successfully, but these errors were encountered:
Hello, i implement you paper in Pytorch and there are some problems.
-log(t - t_bar+1e-5) +log(1e-5)
Do you only care about the MAR and Hits@10 outperformance other baseline model, not consider the convergence of algorithm?
Thank you
The text was updated successfully, but these errors were encountered: