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
In python3.8+ on mac, the python multiprocessing module no longer supports memory sharing. So, during training, in word_sense_induction.py, G is None for all the workers. More info on the multiprocessing change here: https://bugs.python.org/issue39931
The text was updated successfully, but these errors were encountered:
In python3.8+ on mac, the python multiprocessing module no longer supports memory sharing. So, during training, in
word_sense_induction.py
,G
isNone
for all the workers. More info on the multiprocessing change here: https://bugs.python.org/issue39931The text was updated successfully, but these errors were encountered: