rikdz / GraphWriter

Code for "Text Generation from Knowledge Graphs with Graph Transformers"
517 stars 90 forks source link

Your model loss function #15

Open HindAlamro opened 4 years ago

HindAlamro commented 4 years ago

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

wutaiqiang commented 4 years ago

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