示例#1
0
def update_dec( q, a_):
    qae.update_dec(W[q], WA[a_])
示例#2
0
def update_dec_paraphrase( w1, w3):
    qae.update_dec(W[w1], W[w3])