随笔分类 -  tensorflow

摘要:尽管tensorflow支持 name_scope 和 Variable,但更推荐使用 variable_scope 和 get_variable,这么做方便进行变量名称管理和实现权值变量共享 1 tf.name_scope() with tf.name_scope('ns1') as ns: ns 阅读全文
posted @ 2021-08-05 12:35 popozyl 阅读(136) 评论(0) 推荐(0)