-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc polish: "Data Loaders" --> "Datasets" #222
Comments
I personally like |
The doc of Args is missing for Batch https://texar-pytorch.readthedocs.io/en/latest/code/data.html#texar.torch.data.Batch |
I like
It is intentional that we don't include the doc for |
Thanks for the clarifation. Can these definitions be added to somewhere in the doc? |
We can probably have an "Overview" page for each set of modules, to give an overview and highlight key features. Like in TF: https://www.tensorflow.org/api_docs/python/tf/data |
Sure. I'll get on it. |
The section is titled "Data Loaders" https://texar-pytorch.readthedocs.io/en/latest/code/data.html#data-loaders
Would "Datasets" be better? Or does "Data Loaders" fit the Pytorch convention better?
@huzecong @AvinashBukkittu
The text was updated successfully, but these errors were encountered: