rikdz / GraphWriter

Code for "Text Generation from Knowledge Graphs with Graph Transformers"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your model loss function

HindAlamro opened this issue · comments

Hi
Would you please share the model loss function ? you mention it is negative joint log likelihood. but I need it in details.

Many thanks

l = F.nll_loss(**) Line 73 in train.py