in utils.py [0:0]
def _map_label(label, labels_mapping): if label in labels_mapping: return labels_mapping[label] else: return label