
The semantics of the Keras 2 argument`steps_per_epoch` is not the same as the Keras 1 argument `samples_per_epoch`.`steps_per_epoch` is the number of batches to draw from the generator at eachepoch. Basically steps_per_epoch = samples_per_epoch/batch_size. Similarly`nb_val_samples`->`validation_steps` and `val_samples`->`steps` argumentshave changed. Update your method calls accordingly.
就是这段话 是说我api不是2.0版本的吗 那应该怎么改啊 我在网上搜的2.0的api 旧的我已经注释掉了 可是还是这样 求助啊求助啊