摘要: 思路: 1.根据变量名称过滤要更新的权重: 2.如果参数分开更新,还需要设置多个优化器 代码示例: def Net_1(input): with tf.variable_scope('Net_1'): fmap_input = tf.layers.conv2d(input,32,32,(1,1),p 阅读全文
posted @ 2023-05-08 18:51 一点飞鸿 阅读(71) 评论(0) 推荐(0) 编辑