Skip to content

prabhuomkar/pytorch-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Build Status MIT License C++ PyTorch

This repository provides tutorial code in C++ for deep learning researchers to learn PyTorch.
Python Tutorial: https://github.com/yunjey/pytorch-tutorial

Getting Started

  • Fork/Clone and Install
$ git clone https://github.com/prabhuomkar/pytorch-cpp.git
$ chmod +x scripts.sh
$ ./scripts.sh install
  • Build
$ ./scripts.sh build

Table of Contents

1. Basics

2. Intermediate

3. Advanced

Dependencies

  • C++
  • PyTorch C++ API

Authors