EOFError: Ran out of input errror when I load a pickle file having dictionary object

后端 未结 0 1121
旧时难觅i
旧时难觅i 2021-02-03 09:57

I want to save and load dictionary varibles made by multiprocessing.manger.

with Manager() as manager:
    score = manager.dict()
    entropy = manager.dict()
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题