Datasets:
Running into ValueError: NaTType does not support utcoffset For 2m_random_50k dataset
That's exactly the same error I've encountered just a few minutes ago but for a different split.
Here is the dataset I use:
ds = datasets.load_dataset("poloclub/diffusiondb", "2m_all", split="train")
Generating train split:
1577993/0 [27:03<00:00, 72.85 examples/s]
ValueError: NaTType does not support utcoffset
Would be glad to know about possible fixes. The datasets
version is '2.10.1'
.
I encountered the exact same issue for random 50k as well as 100k, regardless of whatever machine or environment I have attempted...
If you used the β2m_random_1Kβ and the try to use another subset (like "2m_random_5k" or "2m_first_1k")under the same cache path (the default path is ".\cache"), the error will happen.
I try to delete all the files of the dataset in my sever, and reload the subset "2m_first_10K". It is ok.
Hi all, sorry for the late reply. This should be fixed now with 4de7acd1878f82cc474f4bc432e27f4b3e363ad7. You can try to call load_dataset
again. Let me know if it does not fix the issue. Thanks!