keras吧 关注:223贴子:409
  • 1回复贴,共1

这个问题有人遇到过吗 The semantics of th

只看楼主收藏回复

这个问题有人遇到过吗
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 each epoch. Basically steps_per_epoch = samples_per_epoch/batch_size. Similarly `nb_val_samples`->`validation_steps` and `val_samples`->`steps` arguments have changed. Update your method calls according


来自Android客户端1楼2020-03-03 14:50回复
    什么意思 是说keras版本不同导致的吗?


    来自Android客户端2楼2020-03-03 14:51
    回复