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
Hi, I met a tough problem. The results of evaluation after training an epoch were largely different from the ones I evaluated by loading the saved weights on the same dataset. Maybe it is because the difference of ImageDataset. I only used EnsureChannelFirst() transform and found the random seed in __getitem__ function of ImageDataset codes. How can I solve it? I want to get the same results whether online or alone. Thank you very much.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I met a tough problem. The results of evaluation after training an epoch were largely different from the ones I evaluated by loading the saved weights on the same dataset. Maybe it is because the difference of
ImageDataset
. I only usedEnsureChannelFirst()
transform and found the random seed in__getitem__
function ofImageDataset
codes. How can I solve it? I want to get the same results whether online or alone. Thank you very much.Beta Was this translation helpful? Give feedback.
All reactions