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
I have a question about the prediction implementation in Test_cnn.cpp. How should I interpret the results for left, right, and mid for each relation type, eg. the following:
Would you please shed some light on sum_r, p_n_r, sum_filter_r, and p_n_filter_r for left, right and mid of relations? I have trouble making sense of it from the implementation.
One other question: What these two variables denote: hit_relation and hit_entity?
Regards,
The text was updated successfully, but these errors were encountered:
Hi,
I have a question about the prediction implementation in
Test_cnn.cpp
. How should I interpret the results forleft
,right
, andmid
for each relation type, eg. the following:Would you please shed some light on
sum_r
,p_n_r
,sum_filter_r
, andp_n_filter_r
for left, right and mid of relations? I have trouble making sense of it from the implementation.One other question: What these two variables denote:
hit_relation
andhit_entity
?Regards,
The text was updated successfully, but these errors were encountered: