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
when switch the mode from common to multiprocessing in class WaterMarkCore: def __init__(self, password_img=1, mode='multiprocessing', processes=None, d1 = 36, d2 = 20):
the code has error now. NotImplementedError: pool objects cannot be passed between processes or pickled
Any suggestion to fix?
The text was updated successfully, but these errors were encountered:
when switch the mode from common to multiprocessing in
class WaterMarkCore: def __init__(self, password_img=1, mode='multiprocessing', processes=None, d1 = 36, d2 = 20):
the code has error now. NotImplementedError: pool objects cannot be passed between processes or pickled
Any suggestion to fix?
The text was updated successfully, but these errors were encountered: