标签: keras theano
我正在使用Keras和theano后端编写cnn。我不明白如何设置batch_size,steps_per_epoch和validation_steps的值。如果我在训练集中有240,000张图像,在测试集中有60,000张图像,那么batch_size,steps_per_epoch和validation_steps的值是什么?