with tf.variable_scope(_name) as scope:
scope.reuse_variables() #实现参数共享
参数共享
最新推荐文章于 2025-01-15 17:45:00 发布
with tf.variable_scope(_name) as scope:
scope.reuse_variables() #实现参数共享