I’m working on super resolution generative adversarial network in which I’m trying to visualize data at the end of every epochs using custom callbacks
But things is that I’m kinda structs in developing custom callbacks , I don’t know how to access training data in custom callbacks
I have looked at on_train_batch_begin() method but i want the picture or image at the end of epoch
Is anyone have done that ? then please let me know
Thanks