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
If there are 2 process running on the same GPU IDs, You should change the code here. First determine whether the key exists in gpus now. If exist, then delete,otherwise do nothing. This way, the second attempt to delete won't raise key error.
EEND/eend/chainer_backend/utils.py
Line 40 in b851eec
when there are 2 process running on the same GPU IDs,the "del gpus[busid]" will raise key error.
The text was updated successfully, but these errors were encountered: