Error trying to download data

#1
by kdeng - opened

When load_dataset("Chris1/celebA-HQ"), following error occurs. Any help? Many thanks!

ValueError: Couldn't cast
image: struct<bytes: binary, path: string>
child 0, bytes: binary
child 1, path: string
to
{'image': Image(decode=True, id=None), 'label': ClassLabel(names=['data_dir'], id=None)}
because column names don't match

Sign up or log in to comment