genadv_tutorial icon indicating copy to clipboard operation
genadv_tutorial copied to clipboard

global_step in momemtum_optimezer

Open agarwl opened this issue 8 years ago • 0 comments

Is setting trainable = False not necessary in the variable batch in the function momentum_optimzer? ie. batch = tf.Variable(0,trainable=False,name=global_step) instead of just batch = tf.Variable(0).

agarwl avatar Feb 28 '17 20:02 agarwl