Your experiments diccuss on ml-1m dataset . But when I run your command program "python run_train.py --dataset=ml-1m --model=SASRec --method=CL4SRec --gpu_id=0", I get an error
"\recbole\data\dataloader\general_dataloader.py", line 172, in item_reorder
num_reorder = math.floor(length beta)
TypeError: unsupported operand type(s) for : 'Tensor' and 'NoneType''"
Your experiments diccuss on ml-1m dataset . But when I run your command program "python run_train.py --dataset=ml-1m --model=SASRec --method=CL4SRec --gpu_id=0", I get an error "\recbole\data\dataloader\general_dataloader.py", line 172, in item_reorder num_reorder = math.floor(length beta) TypeError: unsupported operand type(s) for : 'Tensor' and 'NoneType''"