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
Why do you create results['indexes'] during training if you don't use them afterwards (except for dumping the results) ? It seems they would be useful when evaluating shuffled data ... or at least in my version of torch set_epoch does not seem to have an effect in the batches order when not training distributed-ly ...
The text was updated successfully, but these errors were encountered:
sirfoga
added a commit
to sirfoga/learnable-triangulation-pytorch
that referenced
this issue
Apr 12, 2021
Why do you create
results['indexes']
during training if you don't use them afterwards (except for dumping the results) ? It seems they would be useful when evaluating shuffled data ... or at least in my version of torch set_epoch does not seem to have an effect in the batches order when not training distributed-ly ...The text was updated successfully, but these errors were encountered: