当前位置:网站首页>OrderedDict构建函数模块的不常见写法
OrderedDict构建函数模块的不常见写法
2022-08-08 13:45:00 【fighterflyfly】
常见写法是直接把所有的子模块直接写在OrderedDict里面,即OrderedDict([(‘A’, XXX), (‘B’, YYY)] )不常见写法如下:
head = OrderedDict()
head.update({
"project_conv": ConvBNAct(head_input_c,
num_features,
kernel_size=1,
norm_layer=norm_layer)}) # 激活函数默认是SiLU
head.update({
"avgpool": nn.AdaptiveAvgPool2d(1)})
head.update({
"flatten": nn.Flatten()})
if dropout_rate > 0:
head.update({
"dropout": nn.Dropout(p=dropout_rate, inplace=True)})
head.update({
"classifier": nn.Linear(num_features, num_classes)})
self.head = nn.Sequential(head)
注意事项:nn.Sequential传入head时不用像传递list类型对象那样需要加一个*的标号
边栏推荐
猜你喜欢
HackTheBox | Horizontall
【黑马早报】巴菲特罕见巨亏近3000亿;周鸿祎回应360不能卸载;三亚倡议酒店不变相提高房价;首个国产抗新冠口服药定价不超300元...
Knowledge points and written test questions related to shift operations, bit operations, and logical operations
Review: What is the pre-approval of autumn recruitment?What is an ordinary autumn move?It's all recruitment, why do you need to set these two recruitment time periods?
干货满满,中科院信工所于静新课帮你get学术研究与论文写作技能
张一鸣挺进生育大业
idea增加左右箭头
KMP Media Group South Africa implemented a DMS (Document Management System) to digitize the process, employees can again focus on their actual tasks, providing efficiency
Prometheus监控Harbor(二进制版)
Qt操作Sqlite类封装,及命令行导入csv文件到Sqlite数据库
随机推荐
PE文件-手工修改重定位表-WinHex-CFF Explorer
[Redis] Bitmap and usage scenarios of bitmap (statistics of online people and user online status)
华谊“在劫难逃”,4年亏掉64亿
专访|360高瀚昭:ISC十年,360数字安全大脑能够“看见”什么?
window停掉指定端口的进程
QtWebassembly遇到的一些报错问题及解决方案
R语言ggpubr包的ggsummarystats函数可视化分面箱图(通过ggfunc参数和facet.by参数设置)、添加描述性统计结果表格、palette参数配置不同水平可视化图像和统计值的颜色
论文理解:“Self-adaptive loss balanced Physics-informed neural networks“
Server Configuration - Install Redis on Linux System
MySQl表的增删查改(CRUD)
用 Antlr 重构脚本解释器
Verilog HDL Bits training 09 grammar foundation
bzoj 3624 [Apio2008]免费道路
“自降估值”3个亿的咖啡独角兽要IPO了
Tensorflow与Keras进行机器学习、深度学习
清华|GLM-130B:一个开放的双语预训练模型
textarea disable drag and drop
itk中生成drr整理
leetcode 155. Min Stack最小栈(中等)
KMP Media Group South Africa implemented a DMS (Document Management System) to digitize the process, employees can again focus on their actual tasks, providing efficiency