Open handsomesd opened 1 week ago
您好,我想请教一下你这篇文章的重复感知采样策略是在哪里定义的呀,在超参数的设置部分我只看到了三种采样方式。 parser.add_argument('--sample_neighbor_strategy', default='recent', choices=['uniform', 'recent', 'time_interval_aware'], help='how to sample historical neighbors')
你好,是在/utils/utils.py的HistoricalNeighborSampler类里面定义的。
好的,谢谢您的回复!
我近期复现了您的论文,我在维基百科数据集上跑出的效果并没有您论文中的效果哎
您好,我想请教一下你这篇文章的重复感知采样策略是在哪里定义的呀,在超参数的设置部分我只看到了三种采样方式。 parser.add_argument('--sample_neighbor_strategy', default='recent', choices=['uniform', 'recent', 'time_interval_aware'], help='how to sample historical neighbors')