Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thank you for your help. I am new to tensorflow and trying to learn. When I am not batching validation data set , I am getting error regarding the shape of validation dataset. Could you please explain in a code snippet? Commented Oct 29, 2019 at 10:54
  • Why validation_steps=1 instead of other number? Commented Jan 1, 2021 at 6:54
  • @thinkdeep it is just an example, validation_steps is the number of steps(batches of samples) to evaluate model against the dataset. Any number smaller than the total number of batches of the evaluation dataset should be okay. Commented Feb 23, 2021 at 16:03