mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Uploading checkpoint if crd provided (#191)
* Uploading checkpoint if crd provided * Changing the calculation of total steps because of a recent change in core_types Fixes #195
This commit is contained in:
committed by
Scott Leishman
parent
b3db9ce77d
commit
33dc29ee99
@@ -44,7 +44,11 @@ class DataStore(object):
|
||||
def load_from_store(self):
|
||||
pass
|
||||
|
||||
def setup_checkpoint_dir(self, crd=None):
|
||||
pass
|
||||
|
||||
|
||||
class SyncFiles(Enum):
|
||||
FINISHED = ".finished"
|
||||
LOCKFILE = ".lock"
|
||||
TRAINER_READY = ".ready"
|
||||
|
||||
Reference in New Issue
Block a user