Alone_Bee_6221
Alone_Bee_6221 t1_iycimeo wrote
Reply to If the dataset is too big to fit into your RAM, but you still wish to train, how do you do it? by somebodyenjoy
I would probably suggest splitting into chunks of data or you could try to implement you own dataset class to load images lazily.
Alone_Bee_6221 t1_j13x5dr wrote
Reply to comment by No_Client_8130 in Course/Book for intermediate to advanced knowledge by SwanningNonchalantly
Deep Learning by Goodfellow really gave me some good insights and tips for training a model, also covering the mathematical background around the ideas.