79643896

Date: 2025-05-29 12:33:34
Score: 1
Natty:
Report link
for labels,images  in dataloader:
            if not torch.is_tensor(images):
                print("image not in tensors",type(images))
                continue
            images = images.to(device)

just make sure that labels and images in for loop are in correct order and also debug like that

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 18K-225 Vamsi