You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here the constructor has "shuffle=False" as default, therefore your data won't be re-shuffled for every epoch. is this ok? i thought it's better to shuffle
The text was updated successfully, but these errors were encountered:
tph-yolov5/utils/datasets.py
Line 115 in 07c2af3
here the constructor has "shuffle=False" as default, therefore your data won't be re-shuffled for every epoch. is this ok? i thought it's better to shuffle
The text was updated successfully, but these errors were encountered: