79197352

Date: 2024-11-17 14:06:21
Score: 0.5
Natty:
Report link

check in your code some where you using the num_workers>0, change it to 0

 def create_dataloaders(train_dir: str,
    test_dir: str,
    transform: transforms.Compose,
    batch_size: int,
    num_workers: int = 0
    ):
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: shiv