Skip to content
Snippets Groups Projects
Commit 83eaba9d authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Improved representation logging.

parent 0e647c48
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,8 @@ class ImageDataset(Dataset):
# remove labels to merge from dataset instance labels
for k, v in self.merge_labels.items():
self._labels.pop(getattr(self.label_class, k).id)
LOGGER.info('Merging label: {} -> {}.'.format(k, v))
LOGGER.info('{}, merging label: {} -> {}.'.format(
self.__class__.__name__, k, v))
# create model class labels
# map the original class labels to an ascending sequence of integers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment