def __init__()

in tbsm_pytorch.py [0:0]


    def __init__(
            self,
            m_spa,
            ln_emb,
            ln_bot,
            ln_top,
            arch_interaction_op,
            arch_interaction_itself,
            ln_mlp,
            ln_tsl,
            tsl_interaction_op,
            tsl_mechanism,
            ts_length,
            ndevices=-1,
            model_type="",
            tsl_seq=False,
            tsl_proj=True,
            tsl_inner="def",
            tsl_num_heads=1,
            mha_num_heads=8,
            rnn_num_layers=5,
            debug_mode=False,