摘要: torch.nn.Module()类有一些重要属性,我们可用其下面几个属性来实现对神经网络层结构的提取: torch.nn.Module.children() torch.nn.Module.modules() torch.nn.Module.named_children() torch.nn.Mo 阅读全文
posted @ 2020-08-09 15:12 Picassooo 阅读(2070) 评论(0) 推荐(0)
摘要: python中以下划线开头的变量名的特点 阅读全文
posted @ 2020-08-09 12:38 Picassooo 阅读(288) 评论(0) 推荐(0)