self_supervisor

Results 4 comments of self_supervisor

Sorry my bad, that was not in your code, but in FSD50K original release: FSD50k/FSD50K.ground_truth/analyze_dataset.py

I think rather than ditching lightning altogether, a much simpler solution would be to index "all" audio files in the dataset and return the corresponding ID/index inall __getitem__() methods of...

Hi, Nice artcile, is there a reason you always shuffle the lists in __iter__ ? why not in shuffle in __init__ ? to me it makes more sense to keep...