I want to save and load dictionary varibles made by multiprocessing.manger.
with Manager() as manager: score = manager.dict() entropy = manager.dict()