jindongwang / transferlearning

Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
http://transferlearning.xyz/
MIT License
13.24k stars 3.8k forks source link

Fix `shuffle` param for `data_loader.py` #437

Closed miaotony closed 4 months ago

miaotony commented 4 months ago

shuffle parameter is used to check whether the dataset should be shuffled, however the parameter is not passed into the corresponding function.

This PR fix this bug.