Yunjey Choi 32cf716575 Merge pull request #159 from Michael-Hsu/patch-1
Let sample.py can generate caption for gray image.
2020-01-28 00:04:54 +09:00
2017-05-28 20:10:32 +09:00
2017-05-28 20:12:12 +09:00
2019-04-15 13:35:57 +09:00


This repository provides tutorial code for deep learning researchers to learn PyTorch. In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish Official Pytorch Tutorial.


Table of Contents

1. Basics

2. Intermediate

3. Advanced

4. Utilities


Getting Started

$ git clone https://github.com/yunjey/pytorch-tutorial.git
$ cd pytorch-tutorial/tutorials/PATH_TO_PROJECT
$ python main.py

Dependencies


Author

Yunjey Choi/ @yunjey

Description
PyTorch Tutorial for Deep Learning Researchers
Readme MIT 35 MiB
Languages
Python 99.4%
Shell 0.6%