Initialize a new network from a sub-network

What is the best way to initialize a new network from a sub-network of larger network (saved using torch.save(net.state_dict())?

You could use some things from How to extract features of an image from a trained model