Merge pull request #46440 from xdhmoore:patch-1
PiperOrigin-RevId: 352388178 Change-Id: I21ca2456e04e58aa574b62e3a0fc337f241c23cc
This commit is contained in:
commit
92bc3920b9
@ -252,7 +252,7 @@ def _evaluate_once(checkpoint_path,
|
||||
h._set_evals_completed_tensor(eval_step_value) # pylint: disable=protected-access
|
||||
|
||||
logging.info('Starting evaluation at ' +
|
||||
time.strftime('%Y-%m-%dT%H:%M:%SZ', time.localtime()))
|
||||
time.strftime('%Y-%m-%dT%H:%M:%S', time.localtime()))
|
||||
start = time.time()
|
||||
# Prepare the session creator.
|
||||
session_creator = monitored_session.ChiefSessionCreator(
|
||||
|
Loading…
Reference in New Issue
Block a user