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
for p, g in zip(cond_pred, cond_gt): cond_op_pred[p[0]] = p[1] cond_val_pred[p[0]] = p[2] cond_op_gt[g[0]] = g[1] cond_val_gt[g[0]] = g[2]
if conds have same row id like
'conds': [[0, 2, '上海'], [0, 2, '北京']]
cond_val_pred and cond_val_gt will only has one value
The text was updated successfully, but these errors were encountered:
for p, g in zip(cond_pred, cond_gt): cond_op_pred[p[0]] = p[1] cond_val_pred[p[0]] = p[2] cond_op_gt[g[0]] = g[1] cond_val_gt[g[0]] = g[2]
if conds have same row id like
'conds': [[0, 2, '上海'], [0, 2, '北京']]
cond_val_pred and cond_val_gt will only has one value
The text was updated successfully, but these errors were encountered: