Right now, one has to do: ```python net = ... state = net.state_dict() state_clone = copy.deepcopy(state) net2 = ... net2.load_state_dict(state_clone) ``` Reported by @bharath272