timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.92k stars 622 forks source link

labels duplicated in dls.train.show_batch #808

Open georgemossad opened 12 months ago

georgemossad commented 12 months ago

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

image