Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

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

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...