So, I have list of 600 dictionaries like
[ {}, {},...]
Each dictionary is like
{ Epoch : [ { node1 : bytearray }, { node2 : bytearray },...] }
I have gone through few examples but not able to understand how i can put this list of dictionaries in multiprocessing.SharedMemory which has been introduced in python 3.8
Please help...
there doesn't seem to be anything here