SMP
SMP copied to clipboard
batch_y_pseudo = self.y_pseudo[step*batch_size:(step+1)*batch_size].cuda()
Hello, I think there is an error in the code here. In each epoch,the sample of dataset is different.The y_pseudo and the batch_y can not be mapped correctly by the way you used in code. **batch_y_pseudo = self.y_pseudo[step*batch_size:(step+1)*batch_size].cuda()**Line 104 of this file"ClassificationNet.py"