1. 程式人生 > >Tensorflow變數作用域tf.variable_scope()

Tensorflow變數作用域tf.variable_scope()

開始之前先了解一下Tensorflow的變數,有兩種方式宣告變數 1)tf.get_variable(name, shape, initializer) name: 變數的名稱, shape: 變數的形狀/維度 initializer: 變數的初始化方式