天天看点

TensorFlow图变量tf.Variable的用法解析

转自https://blog.csdn.net/gg_18826075157/article/details/78368924

两种定义图变量的方法

1.tf.Variable

2.tf.get_variable

scope如何划分命名空间

1. tf.variable_scope

2. tf.name_scope

继续阅读