Experiment - __getitem__ and __len__
Problem:You have a custom dataset class in PyTorch but the DataLoader throws errors or does not load data properly.
Current Metrics:DataLoader raises IndexError or returns empty batches.
Issue:The __getitem__ and __len__ methods are not implemented correctly or missing, causing data loading issues.