Skip to content

Commit a9fcf7c

Browse files
committed
some words
1 parent 7cb9f07 commit a9fcf7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is a **[PyTorch](https://pytorch.org) Tutorial to Image Captioning**.
22

3-
This is the first in a series of tutorials I plan to write about _implementing_ cool models on your own with the amazing PyTorch library.
3+
This is the first in [a series of tutorials](https://github.com/sgrvinod/Deep-Tutorials-for-PyTorch) I plan to write about _implementing_ cool models on your own with the amazing PyTorch library.
44

55
Basic knowledge of PyTorch, convolutional and recurrent neural networks is assumed.
66

datasets.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class CaptionDataset(Dataset):
1212

1313
def __init__(self, data_folder, data_name, split, transform=None):
1414
"""
15-
1615
:param data_folder: folder where data files are stored
1716
:param data_name: base name of processed datasets
1817
:param split: split, one of 'TRAIN', 'VAL', or 'TEST'

0 commit comments

Comments
 (0)