
kernel = tf.get_default_graph().get_tensor_by_name( os.path.split(b.name)[0] + '/kernel:0')
bias = tf.get_default_graph().get_tensor_by_name( os.path.split(b.name)[0] + '/bias:0')
kernel = tf.get_default_graph().get_tensor_by_name( os.path.split(b.name)[0] + '/kernel:0')
bias = tf.get_default_graph().get_tensor_by_name( os.path.split(b.name)[0] + '/bias:0')