You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Process Process-1:1:
Traceback (most recent call last):
File "/home/ubuntu/anaconda2/envs/smpl/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap
self.run()
File "/home/ubuntu/anaconda2/envs/smpl/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/home/ubuntu/smpl/distributed/parameter_server.py", line 389, in __train
sess["accuracy"] = Train(conf).validate()
File "/home/ubuntu/smpl/distributed/trainer.py", line 67, in validate
for data, target in self.val_loader:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
…ixed#44 by removing line in ps.receive() that deletes connection if receives an empty message. Calling function should handle empty responses elegantly.
The text was updated successfully, but these errors were encountered: