keras加载数据集较大怎么处理model.fit_generator()
1.model.fit_generator()官方代码中的解释如下:Fits the model on data generated batch-by-batch by a Python generator.The generator is run in parallel to the model, for efficiency. For instance, this allows you to do real-time data augmentation on images on