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
I think this should be return dataset.tensors[-1] . I have run into issues when the TensorDataset object is composed of more than 1 dataframe, with the last one corresponding to labels.
imbalanced-dataset-sampler/torchsampler/imbalanced.py
Line 51 in 01cb129
I think this should be
return dataset.tensors[-1]. I have run into issues when the TensorDataset object is composed of more than 1 dataframe, with the last one corresponding to labels.