We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecBole/recbole/data/dataset/dataset.py
Lines 1755 to 1767 in 2b6e209
这里 shuffle 操作只在不使用 benchmark_filename_list 以及 ordering_args == "RO" 时候才会进行. 所以使用 benchmark_filename_list 自定义 split 后, 由于没有 shuffle 导致了性能下降.
The text was updated successfully, but these errors were encountered:
@iridescentttt 您好!使用benchmark_filename后,我们不会在dataset中对数据进行shuffle,防止破坏数据划分界限。但在训练中,使用的是Pytorch的dataloader,会将训练数据进行shuffle。
RecBole/recbole/data/utils.py
Lines 174 to 176 in 2b6e209
Sorry, something went wrong.
zhengbw0324
No branches or pull requests
RecBole/recbole/data/dataset/dataset.py
Lines 1755 to 1767 in 2b6e209
这里 shuffle 操作只在不使用 benchmark_filename_list 以及 ordering_args == "RO" 时候才会进行.
所以使用 benchmark_filename_list 自定义 split 后, 由于没有 shuffle 导致了性能下降.
The text was updated successfully, but these errors were encountered: