I want to modify the item in dataset of dataloader use:
for i, data in enumerate(dataloader.dataset): print(data) data[\'id\'] = i print(data)