Saving and loading a model that is composed of different Chains

Hi, I am new to Julia
I have implemented PSPNet and I tried to save the model. It consists of parallel Chains and I am not able to save the parameters of the parallel chain,and If I save them how will I Load them in the correct manner.