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
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