Open pippy360 opened 6 years ago
what about:
conv1 = tf.multiply(conv1, multScalar)#try removing these and see what happens conv1 = tf.add(conv1, addScalar)#try removing these and see what happens
what about: