David Mora

Results 2 issues of David Mora

### 🐛 Describe the bug The `pil_to_tensor()` function doesn't work when converting a PIL image with `I;16` mode. Here's an example: ```python import torchvision import torch x = torch.randint(100, (512,...

bug

Hi👋, I think the output should be: ``` DatasetDict({ train: Dataset({ features: ['genre', 'input_values', 'attention_mask'], num_rows: 899 }) test: Dataset({ features: ['genre', 'input_values', 'attention_mask'], num_rows: 100 }) }) ``` Instead...