mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
fix for a bug in distributed training that was introduced lately (#75)
This commit is contained in:
@@ -195,7 +195,7 @@ class GraphManager(object):
|
||||
@staticmethod
|
||||
def create_worker_or_parameters_server(task_parameters: DistributedTaskParameters):
|
||||
if task_parameters.framework_type == Frameworks.tensorflow:
|
||||
GraphManager._create_worker_or_parameters_server_tf(task_parameters)
|
||||
return GraphManager._create_worker_or_parameters_server_tf(task_parameters)
|
||||
elif task_parameters.framework_type == Frameworks.mxnet:
|
||||
raise NotImplementedError('Distributed training not implemented for MXNet')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user