On the contrary @PZ2004 , the common problems:
- do not use global variable
weighted_avg_overlap
but instead use localscore_fn
; - do not use global variable
model
but instead use localNMTAttn
;
Other are less common but maybe one of these solves your problem?