We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2275c commit 9e8043fCopy full SHA for 9e8043f
mambular/data_utils/dataset.py
@@ -31,7 +31,6 @@ def __init__(
31
self.embeddings_list = embeddings_list # Embeddings tensors (optional)
32
self.regression = regression
33
34
-
35
if labels is not None:
36
if not self.regression:
37
self.num_classes = len(np.unique(labels))
0 commit comments