learnable-triangulation-pytorch icon indicating copy to clipboard operation
learnable-triangulation-pytorch copied to clipboard

results evaluation in training

Open sirfoga opened this issue 3 years ago • 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 ...

sirfoga avatar Apr 12 '21 14:04 sirfoga