Datasets:

ArXiv:
DOI:
License:

AttributeError: module 'datasets.utils' has no attribute 'download_manager'

#4
by yssong67 - opened

I'm trying to use M-SYNTH dataset.

load_dataset("didsr/msynth", 'metadata')
AttributeError: module 'datasets.utils' has no attribute 'download_manager'

I think that _split_generators() definition may have an error in the msynth.py.
dl_manager: datasets.util.download_manager.DownloadManager

download_manager.png

Can you fix this?
Thanks in advance.

Hi Song, Thanks for the message. The issue is probably coming from the dataset.util module within the dataset library. There might be a version mismatch or an update to the library. Can you try updating the dataset library and clearing the cache memory. If it doesn't resolve the issue, kindly let me know.

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment