Method__init__(self, hidden_size, activate="relu", head_num=2, dropout=0, initializer_range=0.02)
baselines/Bert4Rec.py:412
Method__init__(self, hidden_size, activate="relu", head_num=2, dropout=0, attention_dropout=0,
initializer_
baselines/Bert4Rec.py:484
Method__init__(self, hidden_size=64, itemNum=0, posNum=0, padding_idx=0, dropout=0.5, attention_dropout=0, head_num=2,
baselines/Bert4Rec.py:521
Method__init__(self, session_id, session, session_timestamp, sample_size=0, k=500, factor1=True, l1=3.54,
f
baselines/KNN-based/STAN.py:6
Method__init__(self, sessions, neighbors, neighbor_weights, labels, session_length=20, k=20, padding_idx=0)
baselines/CoSAN/dataloader.py:79
Methodget_batch_tasks_with_neg(self, batch_size, session_length=10, predict_length=1, all_data=None, phase="train",
baselines/Bert4Rec.py:240
Methodget_batch_with_neg(self, batch_size, session_length=10, predict_length=1, all_data=None, phase="train",
baselines/Bert4Rec.py:207