↓ 2 callersMethod__init__(self, hidden_size, n_tags, embedding_url=None, bidirectional=True, lstm_layers=1,
n_embeddin
Codes/model/model_exp_fc5.py:43
Method__init__(self,filename,level='info',when='D',backCount=3,fmt='%(asctime)s - %(pathname)s[line:%(lineno)d] - %(levelnam
Codes/helpers/simple_logger.py:30
Methodextract_evidences_doc :param claim_repr: claim tensor (batch_size, n_words, n_hidden) word_repr : src tensor, full text. (2000, n_words, n_hidden)
Codes/model/model_exp_fc5.py:241
Methodforward(self, query, key, value, mask=None, norm=True, dropout=None)
Codes/model/model_exp_fc5.py:617
Methodgen_batch_info :param src_tensors: claim_sent, claim_sent_lengths, claim_sent_words, claim_sent_word_lengths, claim_sent_word_indices, claim_sent_nums
Codes/model/model_exp_fc5.py:212
Functiongen_sent_tensorsgenerate input tensors for 1 batch: _CLAIM, _CLAIM_TOK, _TGT, _TGT_TOK, _SRC, _SRC_TOK Args: _CLAIM, _CLAIM_TOK: claim sents and its token
Codes/helpers/reader5.py:419