1
0
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:
Ajay Deshpande
2019-04-26 12:27:33 -07:00
committed by Scott Leishman
parent b3db9ce77d
commit 33dc29ee99
8 changed files with 122 additions and 40 deletions

View File

@@ -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"