Method__init__(self, n_head, d_model, d_head, dropout, dropatt=0,
pre_lnorm=False, r_r_bias=None, r_w_bias
pytorch_pretrained/modeling_transfo_xl.py:379
Method__init__(self, n_head, d_model, d_head, dropout, dropatt=0,
tgt_len=None, ext_len=None, mem_len=None,
pytorch_pretrained/modeling_transfo_xl.py:460
Method__init__(self, n_head, d_model, d_head, d_inner, dropout,
**kwargs)
pytorch_pretrained/modeling_transfo_xl.py:720
Method__init__(self, n_head, d_model, d_head, d_inner, dropout,
**kwargs)
pytorch_pretrained/modeling_transfo_xl.py:739
Method__init__(self, n_token, d_embed, d_proj, cutoffs, div_val=1,
sample_softmax=False)
pytorch_pretrained/modeling_transfo_xl.py:759
Method__init__(self, vocab_file, merges_file, errors='replace', special_tokens=None, max_len=None)
pytorch_pretrained/tokenization_gpt2.py:144
Method__init__(self, special=[], min_freq=0, max_size=None, lower_case=False,
delimiter=None, vocab_file=No
pytorch_pretrained/tokenization_transfo_xl.py:96
Method__init__(self, paths, vocab, bsz, bptt, device='cpu', ext_len=None,
shuffle=False)
pytorch_pretrained/tokenization_transfo_xl.py:418
Method__init__(self, n_token, d_embed, d_proj, cutoffs, div_val=1,
keep_order=False)
pytorch_pretrained/modeling_transfo_xl_utilities.py:32
Method__init__(self, params, lr=required, schedule='warmup_linear', warmup=-1, t_total=-1,
b1=0.9, b2=0.999
pytorch_pretrained/optimization_openai.py:32