Add slim.evaluation.monitor_checkpoints_loop
This is an internal refactor of slim.evaluation to expose the existing checkpoint monitoring loop separately as part of the public API. This is useful if I want to use slim's utilities for monitoring checkpoints, but not its evaluation loop (e.g., because I want to compute metrics in Python outside of TensorFlow). Change: 133180314
Loading
Please sign in to comment