So I imported cifar10 dataset via tfds.load(). However cifar comes with ‘id’. I want to remove this id because jax throws unfiltered trace error because of this “id”. python - Why JAX throws an unfiltered stack trace? - Stack Overflow
Thus I want to remove it.
Here someone tries to edit the dataset by converting in into a panda’s dataframe. Is there a better way?