ValueError: If printing histograms, validation_data must be provided, and cannot be a generator.
I'm using keras 2.1.* for training and using fit_generator for training action, but I'm getting an error like this
ValueError: If printing histograms, validation_data must be provided, and cannot be a generator.
I pass validation_data andvalidation_steps values, but error is still there. What is the problem?