Cross Validation in Keras
If my goal is to fine-tune the network for the entire dataset It is not clear what you mean by “fine-tune”, or even what exactly is your purpose for performing cross-validation (CV); in general, CV serves one of the following purposes: Model selection (choose the values of hyperparameters) Model assessment Since you don’t define any …