in utils.py [0:0]
def find_trainable_variables(key): return tf.get_collection( tf.GraphKeys.TRAINABLE_VARIABLES, ".*{}.*".format(key))