pqxu / pytorch-tutorial

tutorial for researchers to learn deep learning with pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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


Getting Started

$ git clone https://github.com/yunjey/pytorch-tutorial.git
$ cd pytorch-tutorial/tutorials/project_path
$ python main.py               # cpu version
$ python main-gpu.py           # gpu version

Dependencies


Future Work


About

tutorial for researchers to learn deep learning with pytorch.

License:MIT License


Languages

Language:Python 62.2%Language:Jupyter Notebook 37.8%