SMP icon indicating copy to clipboard operation
SMP copied to clipboard

batch_y_pseudo = self.y_pseudo[step*batch_size:(step+1)*batch_size].cuda()

Open momo666666 opened this issue 4 years ago • 0 comments

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"

momo666666 avatar Jun 23 '20 13:06 momo666666