SRGAN
SRGAN copied to clipboard
problem in loading data!!!!!!!
I think there is some problem with your 'get_train_data' function. when you are training your model, you call this function just once before training loops and in every epoch, you just load the same cut from input images. shouldn't you somehow call this function every epoch?