Hello folks,
I am back with a question about the data loading process.
I explain myself : I have model I want to train over some data but the data is already downloaded for some of it and the rest is continuously (every minutes) downloaded from a web API.
Would it be possible to load it as it comes and train on it ? Or should I limit myself waiting for a good amount to be downloaded, train on it and then wait for the next chunk to be here ?
Thanks in advance
Justin