We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe5ff5 commit 16d6a76Copy full SHA for 16d6a76
tutorials/01-basics/pytorch_basics/main.py
@@ -133,7 +133,7 @@
133
# 5. Input pipline for custom dataset #
134
# ================================================================== #
135
136
-# You should your build your custom dataset as below.
+# You should build your custom dataset as below.
137
class CustomDataset(torch.utils.data.Dataset):
138
def __init__(self):
139
# TODO
0 commit comments