hourglasstensorflow icon indicating copy to clipboard operation
hourglasstensorflow copied to clipboard

Train generator used for computing the accuracy instead of valid generator

Open ayushgaud opened this issue 6 years ago • 1 comments

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 avatar Aug 04 '18 07:08 ayushgaud

@ayushgaud have you correct that? I also need validation loss and accuracies. But val_gen brings errors.

mohaEs avatar Jun 07 '19 10:06 mohaEs