tsai
tsai copied to clipboard
labels duplicated in dls.train.show_batch
hi,
I don't know why when using 'dls.train.show_batch(max_n=3, figsize=(9,6))' in a multi-label classification I got this image below in which the labels is duplicated and also I run the line many times but only limited labels appear in the image not all my labels.
is that an issue in this function or I am doing something wrong in my notebook