hourglasstensorflow
hourglasstensorflow copied to clipboard
Train generator used for computing the accuracy instead of valid generator
Hi
I was going through the code and I found that self.valid_gen
is defined but for accuracy prediction self.generator
is being used here L278 which I think might be incorrect. Is it intentional?
Thanks
@ayushgaud have you correct that? I also need validation loss and accuracies. But val_gen brings errors.