On the AWS P2 instance, after running the code from Lesson 2’s notebook to fit the linear model using trn_features training data and trn_labels target data,
If we are loading training data for the model how are we supposed to use batches? All of the examples show get_data unless I am missing something. Are you saying we should use batches when and if possible, but some cases we must use get_data and load everything into memory correct?