karfly/learnable-triangulation-pytorch

results evaluation in training

sirfoga opened this issue · 0 comments

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 ...