ch3njust1n / smpl

Simultaneous Multi-Party Learning Framework
0 stars 0 forks source link

KeyError: '192.168.0.11:9888' #50

Closed ch3njust1n closed 6 years ago

ch3njust1n commented 6 years ago
[network.py:154 -       multistep_grad()] 2018-04-22 01:39:45,547 - root - DEBUG - MSG 2
[parameter_server.py:428 -          __allreduce()] 2018-04-22 01:39:45,548 - root - DEBUG - ps.__allreduce sess_id:sess144468
[parameter_channel.py:120 -                 send()] 2018-04-22 01:39:45,549 - root - ERROR - '192.168.0.11:9888'
Traceback (most recent call last):
  File "/home/ubuntu/smpl/distributed/parameter_channel.py", line 94, in send
    sock = self.connections[addr]
KeyError: '192.168.0.11:9888'
ch3njust1n commented 6 years ago

Duplicate of issue #44 Closing