Skip to content

Feature request: looping through a test set once every N epochs. #1

@alexwal

Description

@alexwal

This is a commonly used pattern in ML, and there seems to be discord on what's the proper way to do it.

Does one:

  • create and destroy a brand new string input producer for test data every N epochs?
  • estimate the number of batches and use a single string input producer?
  • or is there an even better way?

I think this would be a useful pattern to add to tensorflow-patterns. Thanks for all your work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions