Skip to content

Commit 48ff042

Browse files
committed
Removed indices val from unlabeled in transductive setting.
1 parent 1fa5376 commit 48ff042

File tree

1 file changed

+0
-1
lines changed
  • neural_structured_learning/research/gam/data

1 file changed

+0
-1
lines changed

neural_structured_learning/research/gam/data/dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ def __init__(self, dataset, keep_label_proportions=False, inductive=False):
322322
if not self.inductive:
323323
self.dataset.indices_unlabeled = np.concatenate(
324324
(dataset.indices_unlabeled,
325-
dataset.indices_val,
326325
dataset.indices_test))
327326

328327
# If when labeling new data we want to keep the proportions of the labels

0 commit comments

Comments
 (0)