Skip to content

Commit a3158ef

Browse files
mgs28svekars
andauthored
Update intermediate_source/char_rnn_classification_tutorial.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent f56993b commit a3158ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/char_rnn_classification_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def __getitem__(self, idx):
210210
print(f"train examples = {len(train_set)}, validation examples = {len(test_set)}")
211211

212212
#########################
213-
#Now we have a basic dataset containing 20074 examples where each example is a pairing of label and name. We have also
213+
# Now we have a basic dataset containing **20074** examples where each example is a pairing of label and name. We have also
214214
#split the dataset into training and testing so we can validate the model that we build.
215215

216216

0 commit comments

Comments
 (0)