self.level2 = nn.ModuleList()
时间: 2023-05-14 21:05:43 浏览: 68
对Pytorch中nn.ModuleList 和 nn.Sequential详解
这是一个关于 PyTorch 模型的代码片段,其中 nn.ModuleList() 是一个 PyTorch 中的模块列表,用于存储 nn.Module 子模块。这个代码片段的具体含义需要结合上下文来理解。
阅读全文
对Pytorch中nn.ModuleList 和 nn.Sequential详解