Closed ayushgaud closed 2 years ago
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?
self.valid_gen
self.generator
Thanks
@ayushgaud have you correct that? I also need validation loss and accuracies. But val_gen brings errors.
Hi
I was going through the code and I found that
self.valid_gen
is defined but for accuracy predictionself.generator
is being used here L278 which I think might be incorrect. Is it intentional?Thanks