mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Checkpoint and evaluation optimizations
This commit is contained in:
committed by
zach dwiel
parent
b285a02023
commit
fb1039fcb5
@@ -179,6 +179,7 @@ class Kubernetes(Deploy):
|
||||
|
||||
worker_params.command += ['--memory-backend-params', json.dumps(self.params.memory_backend_parameters.__dict__)]
|
||||
worker_params.command += ['--data-store-params', json.dumps(self.params.data_store_params.__dict__)]
|
||||
worker_params.command += ['--num-workers', worker_params.num_replicas]
|
||||
|
||||
name = "{}-{}".format(worker_params.run_type, uuid.uuid4())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user