Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
927 views
in Technique[技术] by (71.8m points)

keras - Proper number of steps_per_epoch when shuffle samples in batches

I am using a generator in my LSTM keras model. In the generator I would like to shuffle samples using shuffle = True. My question is that when I shuffle data, what should be the number of steps_per_epoch so that during one epoch the model could be trained based on the entire train set. Since samples in batches are shuffled, using the traditional number total_num_samples/batch_size would not allow us to make sure that we use the entire training data over one epoch. Thanks for your thoughts in advance.

question from:https://stackoverflow.com/questions/66049565/proper-number-of-steps-per-epoch-when-shuffle-samples-in-batches

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...