akhanss / pytorch-tutorial

PyTorch Tutorial for Deep Learning Researchers

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


About

PyTorch Tutorial for Deep Learning Researchers

License:MIT License


Languages

Language:Python 77.6%Language:Jupyter Notebook 22.0%Language:Shell 0.4%