Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 6fe5ff5 + 16d6a76 commit 6f28678Copy full SHA for 6f28678
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