Skip to content

Commit 16d6a76

Browse files
committed
typo
1 parent 6fe5ff5 commit 16d6a76

File tree

1 file changed

+1
-1
lines changed
  • tutorials/01-basics/pytorch_basics

1 file changed

+1
-1
lines changed

tutorials/01-basics/pytorch_basics/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
# 5. Input pipline for custom dataset #
134134
# ================================================================== #
135135

136-
# You should your build your custom dataset as below.
136+
# You should build your custom dataset as below.
137137
class CustomDataset(torch.utils.data.Dataset):
138138
def __init__(self):
139139
# TODO

0 commit comments

Comments
 (0)