Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri Hermans committed Apr 11, 2017
1 parent 89b5d70 commit 465c43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distkeras/parameter_servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class DeltaParameterServer(SocketParameterServer):

def __init__(self, model, master_port):
super(DeltaParameterServer, self).__init__(model, master_port)
self.center_variable = np.asarray(self.model.get_weight())
self.center_variable = np.asarray(self.model.get_weights())

def handle_commit(self, conn, addr):
# Receive the parameters from the remote node.
Expand Down

0 comments on commit 465c43c

Please sign in to comment.