ksricharank
Results
1
comments of
ksricharank
I made an attempt at addressing this by replacing tf.contrib.framework.model_variable with tf.Variable, and have working code now. For example, I modified ` dual_variable = tf.contrib.framework.model_variable( name=name, shape=shape, dtype=dtype, initializer=initializer, collections=collections,...