在keras的model.fit中,有一个shuffle参数,
shuffle: Boolean (whether to shuffle the training data before each epoch) or str (for 'batch').'batch' is a special option for dealing with the limitations of HDF5 dat
我的代码如下:train_image_list和train_mask_list都包含试图在Google中运行上述代码的图像lists.When,我得到以下错误:
When passing input data as arrays, do not specifyPlease use `batch_size`