processed_dataset["input_values"][0].shape | |
(100000,) | |
processed_dataset["input_values"][1].shape | |
(100000,) | |
Computer vision | |
For computer vision tasks, you'll need an image processor to prepare your dataset for the model. |
processed_dataset["input_values"][0].shape | |
(100000,) | |
processed_dataset["input_values"][1].shape | |
(100000,) | |
Computer vision | |
For computer vision tasks, you'll need an image processor to prepare your dataset for the model. |