mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
first pass at kubernetes
This commit is contained in:
@@ -41,8 +41,8 @@ def wait_for_checkpoint(checkpoint_dir, timeout=10):
|
||||
return
|
||||
|
||||
raise ValueError((
|
||||
'Waited {timeout} seconds, but checkpoint never found in'
|
||||
' {checkpoint_dir}'
|
||||
'Waited {timeout} seconds, but checkpoint never found in '
|
||||
'{checkpoint_dir}'
|
||||
).format(
|
||||
timeout=timeout,
|
||||
checkpoint_dir=checkpoint_dir,
|
||||
|
||||
Reference in New Issue
Block a user