webdataset icon indicating copy to clipboard operation
webdataset copied to clipboard

AttributeError: module 'webdataset' has no attribute 'Dataset'

Open YYDreamzure opened this issue 1 year ago • 1 comments

wds no longer has the attribute Dataset?

Can still find wds.Dataset in the following document: https://webdataset.github.io/webdataset/gettingstarted/

YYDreamzure avatar Jan 08 '24 09:01 YYDreamzure

Hi I solved this by downgrading the version to 0.1.103: pip install webdataset==0.1.103

harikudil avatar Jan 12 '24 01:01 harikudil