Skip to content

Commit

Permalink
some words
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrvinod committed Oct 16, 2018
1 parent 7cb9f07 commit a9fcf7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a **[PyTorch](https://pytorch.org) Tutorial to Image Captioning**.

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.
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.

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

Expand Down
1 change: 0 additions & 1 deletion datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class CaptionDataset(Dataset):

def __init__(self, data_folder, data_name, split, transform=None):
"""
:param data_folder: folder where data files are stored
:param data_name: base name of processed datasets
:param split: split, one of 'TRAIN', 'VAL', or 'TEST'
Expand Down

0 comments on commit a9fcf7c

Please sign in to comment.