# Saving and loading a model that is composed of different Chains

**URL:** https://discourse.julialang.org/t/saving-and-loading-a-model-that-is-composed-of-different-chains/41737
**Category:** Offtopic
**Created:** [June 19, 2020, 5:12pm UTC](https://discourse.julialang.org/t/saving-and-loading-a-model-that-is-composed-of-different-chains/41737 "2020-06-19T17:12:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sarthak\_batra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sarthak_batra/32/9108_2.png) [@sarthak\_batra](https://discourse.julialang.org/u/sarthak_batra)
#### Post date: [June 19, 2020, 5:12pm UTC](https://discourse.julialang.org/t/saving-and-loading-a-model-that-is-composed-of-different-chains/41737/1 "2020-06-19T17:12:52Z")

</div>

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.
