leftthomas / ImageDeblurring

A Keras implementation of image deblurring based on ICCV 2017 paper "Deep Generative Filter for motion deblurring"
82 stars 30 forks source link

How to train on large datasets #19

Closed TrinhQuocNguyen closed 6 years ago

TrinhQuocNguyen commented 6 years ago

Hello @leftthomas, Thank you for sharing your code and a great paper. I am reading the code and trying to retrain the model. I have successfully trained on a small dataset, but when I have used the code to train on huge dataset, It seemed that the memory is not enough. I think the problem is the code try to load all data at the same time. Is that true? and how to modify to make it load piece to piece of data? Thank you

leftthomas commented 6 years ago

Duplicate of #1