tf.variable_scope和tf.name_scope的用法
转自:https://blog.csdn.net/uestc_c2_403/article/details/72328815
tf.variable_scope可以让变量有相同的命名,包括tf.get_variable得到的变量,还有tf.Variable的变量
tf.name_scope可以让变量有相同的命名,只是限于tf.Variable的变量
例如:
import tensorfl...
转载
2018-09-09 11:46:15 ·
193 阅读 ·
0 评论