SENT icon indicating copy to clipboard operation
SENT copied to clipboard

filter_relabel

Open zh190920 opened this issue 2 years ago • 0 comments

why do labels have to be reassigned to their original labels at each iteration in filter_relabel train_batch_data = self.train_dl.dataset for i in range(len(train_batch_data)): train_batch_data[i][-1][:] = self.ori_train_labels[i] self.train_dl = DataLoader(train_batch_data, batch_size=self.batch_size, sampler=SequentialSampler(train_batch_data))

zh190920 avatar Jul 21 '22 02:07 zh190920