I notice that in the dataloader for test, the parameter shuffle of the init of DataLoader is set to False in Visda17, whereas in office-home and office31, it is set to True. Is this setting on purpose?
i.e. in line 120 of tar_adaptation.py, line 154 of office-home/train_tar.py, line 197 of office-home/office31_tar.py
Hi, there!
I notice that in the dataloader for test, the parameter
shuffle
of the init of DataLoader is set toFalse
in Visda17, whereas in office-home and office31, it is set toTrue
. Is this setting on purpose?i.e. in line 120 of
tar_adaptation.py
, line 154 ofoffice-home/train_tar.py
, line 197 ofoffice-home/office31_tar.py