You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all, great project!
I would like to ask about your dataset. it seems to me that each sample returned by the AudioVisualMUSICDataset's getitem method can be with variable number of objects(the "visuals" variable here:
).
A question that arises from this is how the dataloader will batch these samples together.
I can see in the attached link that you address this problem by padding with -1 the lables(here:
Hi,
First of all, great project!
I would like to ask about your dataset. it seems to me that each sample returned by the AudioVisualMUSICDataset's getitem method can be with variable number of objects(the "visuals" variable here:
co-separation/data/audioVisual_dataset.py
Line 189 in bd4f4fd
A question that arises from this is how the dataloader will batch these samples together.
I can see in the attached link that you address this problem by padding with -1 the lables(here:
co-separation/data/audioVisual_dataset.py
Line 183 in bd4f4fd
Thank you in advance
The text was updated successfully, but these errors were encountered: