pytorch中输出模型结构的几种方式:nn.Module.modules()、nn.Module.children()、nn.Module.parameters()和其中关于复制层的探究

NoSuchKey