I also found here a solution based on creating a dictionary with the new weights and using it to update the model:
weight_dict.update(new_weight_dict)
What do you think about it? Is there any documentation about this method?