Pierre Marcenac
Pierre Marcenac
I also lacked documentation on social auth and finally switched to [django-rest-social-auth](https://github.com/st4lk/django-rest-social-auth). If you really want to work with django-rest-auth, you can take a look at rest-social-auth's detailed example (under...
Hi, thanks for opening the issue. I just contacted the creator of the dataset to understand the issue.
The author hasn't answered yet and the URLs are broken on their side. I see the dataset is on Hugging Face though, so it's still possible to download from Hugging...
@Rahulraj0308, maybe you already downloaded this dataset in the past on your system and still have the files in your cache. This would explain why it works on your system...
Thanks for reaching out. We can unfortunately not host prepared datasets ourselves because some datasets have specific licensing terms. As far as your issue is concerned, Beam usually allows to...
@xei Thanks for spotting it! It looks like the dataset changed and is now accessible at https://cseweb.ucsd.edu/~jmcauley/datasets/amazon_v2/ Do you confirm this? Would you have time to submit a fix? You...
Hi @fengyang0317, thanks for your interest in [`tfds.data_source`](https://www.tensorflow.org/datasets/api_docs/python/tfds/data_source). This API is meant to use random access (see [the tutorial](https://www.tensorflow.org/datasets/tfless_tfds)). There is currently no implementation of random access for GCS. If...
Thanks again for the PR, @xei! I spoke offline with @tomvdw and we came to the conclusion that this is a new dataset. In particular, there is no mention of...
@f13920520, can you please fill in the information for the dataset? ``` Name of dataset: URL of dataset: License of dataset: Short description of dataset and use case(s): ```
Hi @zhiyun, you could try to install the version of TFDS containing the definition of your dataset. You will also need to follow the same naming pattern as other datasets...